From 38513043bc57aef8a0a219086b845441b7e28a6e Mon Sep 17 00:00:00 2001 From: olli Date: Tue, 3 Jan 2023 13:08:05 +0100 Subject: [PATCH] excluded backups from backups --- gaboshlib/g_backup.bashfunc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gaboshlib/g_backup.bashfunc b/gaboshlib/g_backup.bashfunc index 832e330..aac9483 100644 --- a/gaboshlib/g_backup.bashfunc +++ b/gaboshlib/g_backup.bashfunc @@ -77,7 +77,11 @@ var-lib-docker /sys/ /dev/ /run/ -/mnt/' >$g_tmp/default-excludes +/mnt/ +/data/backups +/data/backup +/data-crypt/backups +/data-crypt/backup' >$g_tmp/default-excludes fi if [ -n "$BACKUPSRV" ]