Collection of scripts used for data backup and snapshots, i.e. for btrfs and lizardfs.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
Backup And Snapshot Scripts
|
|
|
|
===========================
|
|
|
|
|
|
|
|
- [btrfs](btrfs)
|
|
|
|
- [lizardfs](lizardfs)
|
|
|
|
|
|
|
|
Installation
|
|
|
|
------------
|
|
|
|
|
|
|
|
Just call `./install.sh path/script` to install all cron jobs. Then
|
|
|
|
there will always be the last 24 hourly backups, the last 7 daily
|
|
|
|
backups, the last 4 weekly backups and all monthly backups, unless you
|
|
|
|
configure something different.
|
|
|
|
|
|
|
|
e.g.:
|
|
|
|
|
|
|
|
./install.sh lizardfs/lizsrdfs-snapshots.sh
|