HI

Does anyone know how we can backup some files and folders from windows machine to a nas (To store versions of files ie incremental backups) Then sync the data on the nas to another Windows PC for an off-site copy?

Basically Dropbox with our own NAS and control?

link|improve this question

2  
I love it when someone uses Dropbox as an example of simple LAN management. You just want a simple file share on your NAS with some type of backup solution. Your backup can be as simple as a scheduled task that runs to xcopy files around. – GregD Mar 2 '11 at 16:01
1  
you already have two questions open on this same topic. Please go back and deal with those before posting duplicate questions. – ErikA Mar 2 '11 at 16:44
possible duplicate of NAS backup - multiple machines – ErikA Mar 2 '11 at 16:44
feedback

1 Answer

up vote 0 down vote accepted

There are several solutions available, depening on your exact needs.

As I understand, you do not have a server machine for NAS, just plain file server. In this case for free solution to keeping files in sync you might adapt a distributed kind of version control system (VCS), which does not require a server, such as Git.

There is some overhead to using a VCS compared to some kind of specialized backup/sync software, however, there are some upsides too, which might be useful to you, depending on your exact needs (keeping info on previous versions of files, for example).

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.