Linux – Backup linux to ftp server

backupbaculaftplinux

What do you use for backups to ftp server?

I've tried the setup with Amanda and virtual tapes on the ftp server mounted with Curlftpfs and I'm not satisfied with it. I just don't feel confident about Amanda.

Also I cannot use anything that uses rsync on the ftp mounted filesystem because it only creates the directories and doesn't create files as it cannot execute "mkstemp".

I've been thinking about Bacula but I can't find any good HOWTO for it.

Best Answer

You could try duplicity, it can make incremental backups and send them to a FTP server, gmail, Amazon S3...

Duplicity backs directories by producing encrypted tar-format volumes and uploading them to a remote or local file server. Because duplicity uses librsync, the incremental archives are space efficient and only record the parts of files that have changed since the last backup. Because duplicity uses GnuPG to encrypt and/or sign these archives, they will be safe from spying and/or modification by the server.