fix readme

This commit is contained in:
admin
2020-04-16 01:52:38 +02:00
parent e2bc399c02
commit 9ae7755888

View File

@@ -1,25 +1,25 @@
# README # # README #
zfs-auto-snapshot scripts allow automatic snapshots of all zfs filesystems and volumes. zfs-auto-snapshot scripts allow automatic snapshots of all zfs filesystems and volumes.
The script will automatically rotate snapshots deleting old ones. The script will automatically rotate snapshots deleting old ones.
It creates: It creates:
4 snapshots for hour to rotate every 15 min 4 snapshots for hour to rotate every 15 min
24 hourly snapshots 24 hourly snapshots
30 daily snapshots 30 daily snapshots
12 weekly snapshots 12 weekly snapshots
12 yearly snapshots 12 yearly snapshots
Script has been tested on zfs on linux 0.8.3, centos 7 Script has been tested on zfs on linux 0.8.3, centos 7
Original script from https://github.com/zfsonlinux/zfs-auto-snapshot Original script from https://github.com/zfsonlinux/zfs-auto-snapshot
I semplified the code and fixed some bugs I semplified the code and fixed some bugs
# to install # to install
cd to current folder cd to current folder
make install make install
# to uninstall # to uninstall
cd to current folder cd to current folder
make uninstall make uninstall
# NOTE # # NOTE #