Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • Rsync is a good tool for backups. Commented Jul 17, 2012 at 20:34
  • Yes but what I want is to rsync from my workstation to the freebox AND rsync from my laptop to the freebox. I can add simulmtaneously 2 files from each computer and as a result I want all the computers AND the freebox having the 2 files. rsync is not the right tool for that, isn't it ? Commented Jul 17, 2012 at 20:50
  • If the files never conflict between the two sources, then rsync will work just fine. If there are conflicts between the workstation and the laptop, what do you want it to do? In that case, you need a versioning system (eg git) more than rsync or similar. Commented Aug 2, 2012 at 23:39