I am new to these backup things. I have try Backuppc and rsnashot. Backuppc was cool, with web frontend.
My probleam: I don't have any backup servers I just have server and ftp-disk. I wanted to backup my server to ftp-disk, but I'm not sure how to do it? Can I use rsync?
Another solution, if you have lftp:
Support SSL/TLS
rsync
works over ssh, but not over FTP. Full discussion here:https://serverfault.com/questions/24622/how-to-use-rsync-over-ftp
(Short answer in case serverfault ever goes down: you can't. Try
lftp
.)you can mount the ftp resource as a local
and use rsync as to local directories
Little script for that that can be useful, mirror a local directory to distant with given configuration @ beginning of script
Another solution you might want to look into is a package called
backup-manager
(http://www.backup-manager.org/).This is a great script and lets you leverage multiple back up methods. Rsync, SSH, FTP, and even Amazon S3. Very simple to configure and you
You can do a
aptitude search backup-manager
to get more information