Stories
Slash Boxes
Comments

Dev.SN ♥ developers

posted by janrinok on Monday March 24 2014, @08:45PM   Printer-friendly

digitalderbs writes:

"A perennial problem facing computer users is how to keep documents, pictures, music and other personal files synchronized between computers. Robust uni-directional solutions, like rsync, and bi-directional solutions, like unison, have existed for a long time. However, these tools require some degree of manual intervention on a periodic basis. Simplified tools like Dropbox and bittorrent sync have emerged as popular, useful and automated alternatives, but these rely on closed-source software, which could be subject to backdooring. Open source solutions, like OwnCloud, are gaining traction, but are these open source platform robust and easy enough to maintain for routine and daily use? Moreover, distributed and encrypted file systems, like Ceph, are increasingly easy to use, but many of these do not work between Linux and OS X or Windows operating systems. What are your experiences and thoughts?"

 
This discussion has been archived. No new comments can be posted.
Display Options Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 0) by Anonymous Coward on Tuesday March 25 2014, @05:39AM

    by Anonymous Coward on Tuesday March 25 2014, @05:39AM (#20882)

    I'm using git for software projects where lots of branching and merging is going on, but for the more static files such as my administration, datasheet libraries and such I like using Subversion. I don't use the branching or tagging features of it, so it's kind of comparable to Apple time machine this way. The repositories live on my home server and get backed up every week. On windows, Tortoise SVN integrates well with explorer, too. And it's command line is much more sane than that of git (which seems to have evolved from the need to manipulate an object database directly).