
|
my new cheap green backup solutionThis is my new backup solution A sheevaplug computer running debian you don't get high bandwidths but for a backup storage this rules for home usage At first I was trying to backup with rsync over ssh with blowfish so I decided to use rsync deamon I also found that pulling the usb plug shuts down the harddisk
|
Search |
Backuppc
Mario,
Correct, rsync is not a backup, but you might want to try backuppc, I'm pretty sure it runs on this device.. It adds compression, pooling, and... backup history! :-)
Great idea on using this device, looks interesting, going to look at it too. :-)
Regards,
Kristof.
backuppc
Thats true, but I'm using the option "--link-dest"
mv dir.0 dir.1 ...
rsync -someoptions / --link-dest=../dir.1 server:backup/dir.0
than rsync creates hardlinks of existing files in the previous directory
so I have very easy incremental backups
that is very easy to configure
example: a backup of 50G with a history of 20 and just using 60G on disk
greets,