Backups on Ubuntu One
Ubuntu One 2GB Might not seem like much, but is actually enough to store a few documents. There are some primitive command line utilities that can be used to perform some basic tasks. Once a folder has been created on the server, then simple commands can be used to keep them synchronised between machines that have subscribed to them. It is sort of tricky as the default behaviour is to subscribe to all folders. And as subscription requires a folder Id, unsubscribing to a folder before it gets synchronised is a bit of a pain. Installation Installation is very easy with: apt-get install ubuntuone-client ubuntuone-client-tools An example Here is a simple Ubuntu One example to show how to: start server and connect: u1sdtool --start u1sdtool --connect Then show current status with: u1sdtool --status link a local folder to the server: u1sdtool --create-folder=[local_fully_qualified_path] Then to list folders on server: u1sdtool --list-folders subscribe or unsubscribe from a fold...