Backup your Froxlor Webhosting to another server. Encrypted, via ssh.
Find a file
Robin Kloppe 7467ec890f Merge pull request #1 from coacx/master
Added function for one password per backup + send passphrase via mail
2014-09-10 09:04:11 +02:00
backup-server.sh Added function for one password per backup + send passphrase via mail 2014-09-09 23:24:18 +02:00
README.md Incremental backups with duplicity 2014-09-08 11:14:13 +02:00

Froxlorbackup

Backup your Froxlor Webhosting (or anything else) to another server. Encrypted, via ssh.

Works for all versions.

  1. install duplicity and all required packages
  2. copy the script to the froxlorserver and run it as /$PATH/backup-server.sh full
  3. Add a cronjob like "17 2 * * * /$PATH/backup-server.sh"
  4. Let the magic happen

You can restore your data with duplicity $EXTERNALPATH/TO/file $INTERNALPATH/TO/file