From f83f060038e7306e9d1731282f71e3d96edebd2a Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Thu, 24 Oct 2019 16:22:13 +0200 Subject: [PATCH] Feat: borg backups only home/lafrite --- files/dd_borg/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/dd_borg/run.sh b/files/dd_borg/run.sh index aa9843d..9528f3e 100644 --- a/files/dd_borg/run.sh +++ b/files/dd_borg/run.sh @@ -82,7 +82,7 @@ borg create $BORG_OPTS \ borg create $BORG_OPTS \ --exclude 'sh:/home/*/.cache' \ $TARGET::$DATE-$$-home \ - /home/ + /home/lafrite echo "Completed backup for $DATE"