Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stapelberg/duplicity-backup
Runs duplicity for backups to FTP
https://github.com/stapelberg/duplicity-backup
Last synced: 27 days ago
JSON representation
Runs duplicity for backups to FTP
- Host: GitHub
- URL: https://github.com/stapelberg/duplicity-backup
- Owner: stapelberg
- License: other
- Created: 2016-02-14T13:38:49.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-14T13:38:56.000Z (almost 9 years ago)
- Last Synced: 2024-10-14T20:07:09.390Z (2 months ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Duplicity backup
────────────────This script serves as an example for what you could use. It uses duplicity in a
reasonable way to create incremental backups to the FTP server of my hoster (1
full backup every 7 days, backups are kept for a month). In the second part of
backup.sh, it uses xen-lvm-snapshot, a script which automatically makes and
mounts snapshots of virtual machine disks.Configuration is done in common.sh (copy common.sh.example).
It is safe to run this script from cron, like this:
# crontab -l
# m h dom mon dow command
7 4 * * * /root/bin/backup/backup.sh-- Michael Stapelberg, 2011-11-06