I want to backup few folders on a regular basis on Windows XP. The best would be automatic backup after any change to the files is made.

  • I like sugarsync but I cannot sync files from program files directory
  • I like dropbox but I can backup only one specific (not customizable) folder

any suggestions? I am happy to have some fee utility (even for commercial use) that would copy the files from one directory to dropbox directory....

  • The destination folder could be (preferably) on the same computer.
  • File changes are now and then (the files are mainly source code).
  • The file size is very small. All together at this time is less than 10MB
link|improve this question

Is the destination of the backup another computer on your LAN or remote? It looks as though you are looking at Internet solutions, which seems the destination machine must not be on the LAN. Also, how much data in all and much data changes? To give a good recommendation, these detail may matter. – Scott McClenning Oct 28 '10 at 3:38
@Scott McClenning: I updated my question, please see last three points. – Radek Oct 28 '10 at 4:32
feedback

5 Answers

Genie Timeline free edition.

link|improve this answer
it looks good but not for commercial use :-( – Radek Oct 27 '10 at 22:53
They have other editions. I misunderstood what you were looking for. I thought you needed something for personal use. genie-soft.com/Business/genie_timeline_pro/overview.aspx – joeqwerty Oct 27 '10 at 22:58
1  
I want something free even for commercial use ... – Radek Oct 27 '10 at 23:07
feedback

robocopy can mirror two folders.

link|improve this answer
feedback

For source code tracking, I would recommend something like Git (tortoisegit), Mercurial, tortoiseSVN, rdiff-backup or even zipping things (pick your favorite version WinZip, 7-Zip..).

Robocopy can monitor a directory for change (/MON:n /MOT:m) and make a copy somewhere, but there is no history. Use the /MIR switch to make the destination a duplicate.

The touch part of this is the automatic and on change.

There is a pay program called History Explorer ($20) that will save per change and once setup you don't really need to think about it. I have it and it seems to work as advertised.

I've heard DocShield is similar to History Explorer, checks at intervals, and some have complained of it be buggy. I heard it was free for personal use, but the Docshield website is no longer active and on some site it is listed as freeware. Not sure if I would trust it if they aren't in business any more.

rdiff-backup I've ran in to a problem trying to backup too much data in one shot (a few GB). On small project files I've had no problems.

I hope one of these will help you.

link|improve this answer
does /MON mean that Robocopy runs as a daemon? – Radek Oct 28 '10 at 6:28
I've never used it in monitor mode, but from what I've read it appears to remain running in a loop waiting for the number of changes to trigger or time to elapse. However, you could make this into a batch file and add it to your startup. I know you can use START /min to make the window start minimized, but you would need something like AutoIT. An additional benefit of AutoIT is the script could be compiled into an EXE that would be easy to put into the startup folder. – Scott McClenning Oct 29 '10 at 0:49
1  
@Radek Just in case you were interested, today the website giveawayoftheday.com has History Explorer for free. – Scott McClenning Nov 2 '10 at 0:52
feedback

Viceversa Pro is quite robust, I'm backing up around two million files per month without any problem, and with the VVEngine you can monitor changes for backing them up. The only catch is that it's not free. But it's small and fast. ( also you can schedule backups, scripts and automatically email results )

link|improve this answer
feedback
up vote 0 down vote accepted

I went for Yadis! Backup it's

  • free
  • small
  • easy to use

and does what I want :-)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.