Jump to content

Hey, I'm on the lookout for some simple non-image based backup software that can do incremental backups of selected files on an automated basis. I have tried Acronis' True Image and didn't like that the backups are not readily transferable or accessible. I've also tried BitTorrent Sync, its great at keeping my computers synced, however, it corrupted some of my files during a test run so I'm not convinced that its a safe option for now.

 

I know Windows 8 has File history built in but I'm not so keen on keeping many different versions of my file as I just need to have the latest version available on all my PCs and would like to conserve as much space on my external HD.

 

Is there backup software available that will backup my files (ideally in a non-proprietary format) automatically and be able to transfer these files (possibly automatically) from one computer to another (to keep all my PCs in sync)?

 

Thanks for any input!

Link to comment
https://linustechtips.com/topic/106107-best-simple-backup-software/
Share on other sites

Link to post
Share on other sites

SyncToy

 

http://www.microsoft.com/en-ca/download/details.aspx?id=15155

 

You can pair it with Task Scheduler to create automatic time syncs.

 

85fa88ea6eb7c71c0dba4ac060bdd9d3.png

“The value of a college education is not the learning of many facts but the training of the mind to think”

 

Link to post
Share on other sites

Create .bat file

 

use this command:

xcopy "C:\" "G:\backup" /e /c /r /k /y

 

 

change source and destination to your likings

 

done

Would this work over networked PCs?

“The value of a college education is not the learning of many facts but the training of the mind to think”

 

Link to post
Share on other sites

I was looking for a similar program and found SyncToy, however I’ve had problems with it. Mainly when i make changes to a file's location it does not copy that change over to my backup location. You can instead try FreeFileSync. I read it does a better job, but i haven't had a chance to test it.

Link to post
Share on other sites

I was looking for a similar program and found SyncToy, however I’ve had problems with it. Mainly when i make changes to a file's location it does not copy that change over to my backup location. You can instead try FreeFileSync. I read it does a better job, but i haven't had a chance to test it.

 

I used to use SyncToy a few years back but have since switched to FreeFileSync. SyncToy has a few issues and hasn't been updated since 2009.

 

 

Link to post
Share on other sites

On server's I use Acronis VMprotect to sync my data to a NAS but if that's not available I mostly use Cobian Back-up...

 

Few nice features:

  • Possible to install as service
  • Possible to encrypt or zip your backup
  • Full backup, incremental,...
  • Possible to back-up files that are open with some internal tool (Asked when installing)
  • Loads of schedule options
  • ...
Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×