Froxlorbackup/README.md

15 lines
505 B
Markdown
Raw Normal View History

2014-02-25 19:14:18 +00:00
Froxlorbackup
=============
2014-09-08 09:14:13 +00:00
Backup your Froxlor Webhosting (or anything else) to another server. Encrypted, via ssh.
2014-02-25 19:14:18 +00:00
2014-09-08 09:14:13 +00:00
Works for all versions.
2014-09-08 09:14:13 +00:00
0. install duplicity and all required packages
2015-03-06 07:56:53 +00:00
1. copy the script to the froxlorserver and run it as `/$PATH/backup-server.sh full`
2. Add a cronjob like `17 2 * * * /$PATH/backup-server.sh`
2014-09-08 09:14:13 +00:00
3. Let the magic happen
2014-04-15 19:23:55 +00:00
2014-09-08 09:14:13 +00:00
You can restore your data with
2015-03-06 07:56:53 +00:00
`duplicity --file-to-restore neddedFile $EXTERNALPATH/TO//media/mount/duplicity/path/to/file/ /where/to/save/now`