What to do when you need remote backups for Linux/Unix/Windows/Mac?

I was looking for a solution to backup three of my linux machines that I have running this site and many others. After searching for some time, I didn’t actually need to go with a company. I found a friend that provided me some space. During this time I did find out some useful information.

I was looking for a solution to backup three of my linux machines that I have running this site and many others. After searching for some time, I didn’t actually need to go with a company. I found a friend that provided me some space. During this time I did find out some useful information.

During my search for an outside provider I did run into a little article about Amazon S3 and a nifty little tool called Duplicity, which is a backup program built on rsync and GnuPG. The means of storage was Amazon’s S3 service, which is a distributed, redundant, web accessible storage service.

Duplicity + Amazon S3 = incremental encrypted remote backup

Duplicity is a backup program that only backs up the files (and parts of files) that have been modified since the last backup. Built on FLOSS (rsync, GnuPG, tar, and rdiff), it allows efficient, locally encrypted, remote backups.

Amazon S3 is a web service that provides cheap, distributed, redundant, web-accessible storage. S3 currently charges only $0.15 per GB-month storage and $0.10 per GB upload. The API is based on HTTP requests such as GET, POST, PUT, and DELETE.

The following is a description of how I made use of these to back up my laptop, which runs Ubuntu Feisty Fawn.

Read the full article at brainonfire.net
Visit the Duplicity website
Sign up for Amazon S3
AWS Simple Monthly Calculator

I also found a means to backup my workstation, both Mac and Windows using a company called Mozy, which provides full backups for a fee.

Mozy currently provides:
* Open/locked file support: Mozy will back up your documents whether they’re open or closed.
* 128-bit SSL encryption: The same technology used by banks secures your data during the backup process.
* 448-bit Blowfish encryption: Secures your files while in storage, providing peace of mind that your private data is safe from hackers.
* Automatic: Schedule the times to back up and MozyHome does the rest.
* New and changed file detection: MozyHome finds and saves the smallest changes.
* Backs up Outlook files: Disaster-proof email protection.
* Block-level incremental backup: After the initial backup, MozyHome only backs up files that have been added or changed, making subsequent backups lightning fast.

Visit mozy.com

I eventually found a friend located on the same network segment that offered to provide space on his server. Although this isn’t 100%, at least for now its something. Hes currently running Windows 2003 Server, which is fine as I could just use cygwin and SSHD for rsync backups. Which is what I have setup now, and eventually if required I will look into something a little more redudant.


Did you like this article?


0 Shares:
You May Also Like

Flock 0.9 lands gracefully

I remember first hearing about flock. I actually got a version of it when it was just skinned to look different than FireFox. I didn't expect the project to get this far. Give it a wirl, looks to be promising.
Flock 0.9 lands gracefully -

The Flock project has been building a "social Web browser" since 2005. The upcoming Flock 0.9 release adds new blogging features, integrates media streams into the browser, and includes an overhaul of the Flock bookmark system. It's not perfect yet, but Flock 0.9 is a big leap forward.

[Linux.com]
Read More

Apple Releases iPhone Firmware 2.1 and iTunes 8

Apple has just released iTunes 8 and the iTouch and iPhone firmware 2.1! You will need to download iTunes 8 in order to get the new firmware. And unfortunately it looks as though iTunes 8 has blocked the Pwnge tool. However the iphone-dev team knows about this and will have a patch http://blog.iphone-dev.org/post/49689803/countermeasures Enjoy!
Read More

Mobile Chat iPhone Application Updates and News About Latest Release

I was just forwarded a link to the blog of Mobile Chat's company Twenty08's. You can view it here - twenty08. There is some interesting information that was just posted today. Information that a lot of people have been looking for over the last little while after purchasing the Mobile Chat iPhone Application on Apples Application Store. The two recent posts go in depth into some of the problems with the Mobile Chat Application on the iPhone, a new version being released and how they're trying to fix the problems everyone is experiencing.
Read More

pyctd 0.4.2 (pyctd branch)

This is a really neat application, however I was not able to get it to run on Debian Testing. I was getting a strange error message after installing "python-ctypes" "libnetfilter-conntrack1" through apt-get: Traceback (most recent call last): File "/usr/bin/pyctd", line 27, in ? import pyctd File "/usr/lib/python2.4/site-packages/pyctd/__init__.py", line 2, in ? from pyctd.conntracking import DataCollector File "/usr/lib/python2.4/site-packages/pyctd/conntracking.py", line 31, in ? import pynetfilter_conntrack as nfct File "build/bdist.linux-i686/egg/pynetfilter_conntrack/__init__.py", line 4, in ? File "build/bdist.linux-i686/egg/pynetfilter_conntrack/func.py", line 32, in ? File "/usr/lib/python2.4/site-packages/ctypes-1.0.2-py2.4-linux-i686.egg/ctypes/__init__.py", line 353, in __getattr__ func = self.__getitem__(name)
Read More