i need a backup solution to copy the /home directory and a 400 gb /media/collection partition from the 1 tb internal HD to the 500gb one once a week, and to a 500gb external one, once a month..
i tried a few luckybackup, areca.... i found areca too slow n luckybackup confusing..
so i just made a initial backup with rsync via commandline
rsync -avh /home /media/backup_drive/backups
rsybc -avh /media/collections /media/backup_drive/backups1
any suggestions to automate the process?? and to make the backup recursive or differential when it runs the second time...
and any other gui suggestions?
thanks...




