From 9ae7755888350bea209c87e99ecd11618e94f449 Mon Sep 17 00:00:00 2001 From: admin Date: Thu, 16 Apr 2020 01:52:38 +0200 Subject: [PATCH] fix readme --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 57d96be..8ce93cd 100644 --- a/README.md +++ b/README.md @@ -1,25 +1,25 @@ # README # -zfs-auto-snapshot scripts allow automatic snapshots of all zfs filesystems and volumes. -The script will automatically rotate snapshots deleting old ones. +zfs-auto-snapshot scripts allow automatic snapshots of all zfs filesystems and volumes. +The script will automatically rotate snapshots deleting old ones. -It creates: -4 snapshots for hour to rotate every 15 min -24 hourly snapshots -30 daily snapshots -12 weekly snapshots -12 yearly snapshots +It creates: +4 snapshots for hour to rotate every 15 min +24 hourly snapshots +30 daily snapshots +12 weekly snapshots +12 yearly snapshots -Script has been tested on zfs on linux 0.8.3, centos 7 -Original script from https://github.com/zfsonlinux/zfs-auto-snapshot -I semplified the code and fixed some bugs +Script has been tested on zfs on linux 0.8.3, centos 7 +Original script from https://github.com/zfsonlinux/zfs-auto-snapshot +I semplified the code and fixed some bugs # to install -cd to current folder +cd to current folder make install # to uninstall -cd to current folder +cd to current folder make uninstall # NOTE #