127 private links
rsync.net
now supports both on their cloud storage platform.
If you're not sure what this means, our product is Not For You.
To provide an insight into the quality of software that is available, we will look at 34 outstanding open source backup tools that you can use on Linux servers or systems. There will be something of interest for anyone who attaches any importance to their hard work.
A helper script to manage duplicity backups.
A python script to back up all the bookmarks(firefox compatible). It returns a dictionary with url as key and (title, tag, add_date, modified_date) tuple as the value. It also stores it in gdbm. Another script is provided to read all the bookmarks. - Gist is a simple way to share snippets of text and code with others.
Seafile, lets you store your files and data on a central server and synchronize them with PCs and mobile devices. Seafile synchronizes your data between the Seafile server and the Seafile client applications installed on your laptops, desktops, smartphones, and tablets.
Seafile server is available for Windows and Linux operating systems and the Seafile client application is available for Windows, Mac, Linux, Android, and iOS. In addition to using Seafile clients, you can also use the web interface to access your files and data stored in Seafile server.
Seafile lets you create libraries where you can upload and organize your files. You can sync each library separately. While synchronizing your files, Seafile handles file conflicts, and transfers the data which is not already available in the server preventing unnecessary bandwidth usage. Using Seafile, you can sync your files with two or more servers and the file transfers can be resumed. Also, Seafile comes with full version control mechanism.
GMail Filesystem over FUSE
There is a Debian package which allows you to use GMail storage as a filesystem written by a nice guy named Richard Jones. He has a nice web site dedicated to it.
But, this implementation uses is based on something called libgmail which accesses GMail via its web interface. Unfortunately, that web interface changes constantly and libgmail not been able to keep up with the flux and is not working any more.
So, I went and stole Richard's code and improved it. Instead of using libgmail, I just used python's imaplib. GMail's IMAP interface should be pretty darn stable and not likely to break.