How does everybody backup?
41–48 of 48 posts
Re: How does everybody backup?
#42Re: How does everybody backup?
#43Re: How does everybody backup?
#44rdiff-backup locally; duplicity onto an rsync.net system.
Re: How does everybody backup?
#45I then use DatedBackup (http://datedbackup.rubyforge.org/), to backup the repos, and a few servers, which is basically a wrapper around rsync. It more or less mimicks the functionality of a simplified time machine without the gui - keeping snapshots at certain intervals, and deleting them when the drive gets full. It uses a technique similar to rsnapshot, so extra space doesn't get wasted by every snapshot.
Re: How does everybody backup?
#46backup? what is that?
Re: How does everybody backup?
#472.Start car and shift into reverse
3.While looking backwards, slowly release the brake
Re: How does everybody backup?
#48I found a piece about backup, that is a must read: http://www.jwz.org/doc/backups.html
I especially like this one: "" Put one of these drives in its enclosure on your desk. Name it something clever like "Backup". If you are using a Mac, the command you use to back up is this:
sudo rsync -vaxE --delete --ignore-errors / /Volumes/Backup/
If you're using Linux, it's something a lot like that. If you're using Windows, go fuck yourself. ""
Maybe this is a good end for this thread ;o)