What backup software to use

Soldato
Joined
18 Oct 2002
Posts
7,782
Location
Surrey
Hi all,

A friend has a lot of word documents (receipts etc) that he wants to keep a backup of. Not being very computer literate he's after an easy to use program that automates the backup process as much as possible.

Is there software out there that automatically keeps a backup of folders whenever the contents change and will automatically update documents he changes? Looking for the best recommendation, doesn't matter if the software costs but would obviously prefer free.
 
Two options, make your own using ownCloud or take up one of the many offers available on the web, SugarSync is the one that I would recommend.
 
Last edited:
SugarSync (free) is pretty good, automatically keeps multiple copies of files. All you do is tell SugarSync to back up a folder and it'll do the rest.
 
I use Allwayssync to back up my photos to another PC on the network. Got too many to use a free cloud service for that.

I do however also use dropbox for really important stuff or for things I need access to on the move.
 
Is there software out there that automatically keeps a backup of folders whenever the contents change and will automatically update documents he changes? Looking for the best recommendation, doesn't matter if the software costs but would obviously prefer free.

Sure, I use "Cobian backup" for this. It is free. It's a bit troublesome to set up, but once done, never need to do it again.

Backs up my data every week to my 3TB HDD, and if I change anything on the original locations, it deletes them from the backups as well. The first backup will take forever, but as it only does the changes afterwards, it won't take too long on the consecutive backups. Of course, depending how you set it up.

Yes, someone might argue this is not a "True" back-up, but it works for that data.

My main windows-drive is being back-upped to an image using the win7 utility.
 
open notepad..

robocopy /e "C:\source folder" "X:\Destination folder"

save the file as 'backup robocopy.bat'

Every time you double click the bat file, it will do a backup from source to destination.



The first time it runs, it will copy everyting, then after that it will only copy new/updaed files.

It's an awesome tool. Built into Windows (not on XP, but you can download it for XP)
 
open notepad..

robocopy /e "C:\source folder" "X:\Destination folder"

save the file as 'backup robocopy.bat'

Every time you double click the bat file, it will do a backup from source to destination.



The first time it runs, it will copy everyting, then after that it will only copy new/updaed files.

It's an awesome tool. Built into Windows (not on XP, but you can download it for XP)

I was gonna mention that but its not very autonomous...
 
Back
Top Bottom