From fb51d00ae5e73c58f03a0ccd30983efc89bf127b Mon Sep 17 00:00:00 2001 From: Marco Date: Thu, 5 Oct 2023 21:32:32 +0200 Subject: [PATCH] update comments --- bin/restic-backup | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bin/restic-backup b/bin/restic-backup index a30f0cf..1e15fc5 100755 --- a/bin/restic-backup +++ b/bin/restic-backup @@ -4,10 +4,11 @@ read_config() { # variables #CACHE_DIR="$HOME/.cache/restic" #BACKUP_PATHS="/etc /home/docker/volumes /root" + #BACKUP_PATHS="/home/.snapshots/$(ls -1t /home/.snapshots | head -n 1)/snapshot/flexo" #EXCLUDES_FILE="$HOME/.config/restic/excludes" - #KEEP_HOURS=96 - #KEEP_DAYS=31 - #KEEP_WEEKS=8 + #KEEP_HOURS=168 + #KEEP_DAYS=60 + #KEEP_WEEKS=12 #KEEP_MONTHS=12 #KEEP_YEARS=3 #RESTIC_PASSWORD="PASSWORD"