0

Possible Duplicates:
Any software to do minute by minute backup ?
Sync my files across multiple computers
Which is the best application to Sync two folders?

There are sometimes important files that we don't want to lose and be able to access it on all different PCs and Macs at home. If they are text files for constant editing, then the Source Code Versioning Systems such as CVS, Subversion, Git, Mercurial should be good tools for mirroring the files and keeping the revisions.

But what if the file are PDF, mp3, .doc, .xls, .avi -- binary type of files instead of ASCII text files. In this case, what is a good method / software for achieving this purpose?

nonopolarity
  • 9,886

3 Answers3

1

Dropbox is the usual answer for something like like. It's cross platform and free.

MDMarra
  • 20,746
0

I like SkyDrive. It's basically Dropbox but it offers 5GB instead of 2GB from Dropbox.

0

Since you said "at home", look at Unison -- syncs directly, computer to computer, over your LAN, without storing your files on anyone else's server. Free and cross platform, too.

JRobert
  • 7,134