Click here to Skip to main content
15,909,030 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: File Synchronization Freeware Pin
Joan M26-Jan-15 20:57
professionalJoan M26-Jan-15 20:57 
GeneralRe: File Synchronization Freeware Pin
Mark_Wallace26-Jan-15 23:40
Mark_Wallace26-Jan-15 23:40 
GeneralRe: File Synchronization Freeware Pin
Joan M27-Jan-15 5:36
professionalJoan M27-Jan-15 5:36 
GeneralRe: File Synchronization Freeware Pin
Mark_Wallace27-Jan-15 8:47
Mark_Wallace27-Jan-15 8:47 
GeneralRe: File Synchronization Freeware Pin
Joan M27-Jan-15 12:09
professionalJoan M27-Jan-15 12:09 
GeneralRe: File Synchronization Freeware Pin
TheGreatAndPowerfulOz26-Jan-15 5:34
TheGreatAndPowerfulOz26-Jan-15 5:34 
GeneralRe: File Synchronization Freeware Pin
Matthias Haak26-Jan-15 5:45
Matthias Haak26-Jan-15 5:45 
GeneralRe: File Synchronization Freeware Pin
Jacquers26-Jan-15 7:29
Jacquers26-Jan-15 7:29 
I recently wrote my own file sync program after searching for something to fit my requirements. It's very basic, all I needed was something to copy files from my pc to an external hdd as a backup. Most of the file sync software available copes with that without a problem, but where they fell short was with renamed files. I renamed a whole lot of video files on my pc and wanted to sync them with the ones on the backup hdd. I couldn't find a free one that did this properly, they wanted to re-copy the files instead of just renaming them, which would have taken a long time for the amount of data.

My app checks the file size and last modified date and uses this to detect renamed files. So far it works pretty well. The other useful feature I built in was that it uses external copy tools for the copying. E.g. Unstoppable Copier or Teracopy. You can also save a list of folders to compare as a job. It can also mirror deletes, so that files you deleted from the source folder on the pc are deleted from the backup hdd as well.

I've been meaning to put it up somewhere so others could have a look and maybe use it if it suits their needs. The biggest problem so far is finding a good name for it. I just called it File Sync Smile | :) I also need to write a user guide.

Anyway, if anyone would like to have a look and see what it can do it's on my onedrive[^].

Edit: I've uploaded a very basic user guide now. I still want to add a few nice to haves to the program like select all / none for the checkboxes, but it's fully functional as it is.

modified 26-Jan-15 14:14pm.

GeneralRe: File Synchronization Freeware Pin
#realJSOP26-Jan-15 7:52
professional#realJSOP26-Jan-15 7:52 
GeneralRe: File Synchronization Freeware Pin
Jacquers26-Jan-15 8:26
Jacquers26-Jan-15 8:26 
GeneralRe: File Synchronization Freeware Pin
Mark_Wallace26-Jan-15 10:26
Mark_Wallace26-Jan-15 10:26 
GeneralRe: File Synchronization Freeware Pin
Jacquers26-Jan-15 19:51
Jacquers26-Jan-15 19:51 
GeneralRe: File Synchronization Freeware Pin
racketeer26-Jan-15 22:40
racketeer26-Jan-15 22:40 
GeneralAre there any Software Architects here? Pin
newton.saber26-Jan-15 3:42
newton.saber26-Jan-15 3:42 
GeneralRe: Are there any Software Architects here? Pin
OriginalGriff26-Jan-15 3:57
mveOriginalGriff26-Jan-15 3:57 
GeneralRe: Are there any Software Architects here? Pin
Nagy Vilmos26-Jan-15 4:02
professionalNagy Vilmos26-Jan-15 4:02 
GeneralRe: Are there any Software Architects here? Pin
newton.saber26-Jan-15 4:14
newton.saber26-Jan-15 4:14 
GeneralRe: Are there any Software Architects here? Pin
David Days27-Jan-15 5:13
professionalDavid Days27-Jan-15 5:13 
GeneralRe: Are there any Software Architects here? Pin
HobbyProggy26-Jan-15 4:09
professionalHobbyProggy26-Jan-15 4:09 
GeneralRe: Are there any Software Architects here? Pin
newton.saber26-Jan-15 4:34
newton.saber26-Jan-15 4:34 
GeneralRe: Are there any Software Architects here? Pin
HobbyProggy26-Jan-15 4:53
professionalHobbyProggy26-Jan-15 4:53 
GeneralRe: Are there any Software Architects here? Pin
PIEBALDconsult26-Jan-15 4:15
mvePIEBALDconsult26-Jan-15 4:15 
GeneralRe: Are there any Software Architects here? Pin
newton.saber26-Jan-15 4:31
newton.saber26-Jan-15 4:31 
GeneralRe: Are there any Software Architects here? Pin
newton.saber26-Jan-15 5:39
newton.saber26-Jan-15 5:39 
GeneralRe: Are there any Software Architects here? Pin
Chris Quinn26-Jan-15 4:20
Chris Quinn26-Jan-15 4:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.