From 54bb59086c151894b3bab3c22437797b9cf2a2b7 Mon Sep 17 00:00:00 2001 From: Ejner Fergo <efer@dtu.dk> Date: Fri, 7 Dec 2018 14:18:46 +0100 Subject: [PATCH] add .dbus to Linux exclude --- comp-backup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/comp-backup.sh b/comp-backup.sh index b243396..b90871e 100755 --- a/comp-backup.sh +++ b/comp-backup.sh @@ -77,7 +77,8 @@ elif [ $HOST_OS = 'Linux' ]; then NOTIFY0='notify-send "Backup done"' NOTIFY1='notify-send "Backup did not complete"' fi - pexcl=($H/Videos) + pexcl=($H/Videos + $H/.dbus) # SYSTEMD $(which systemctl &>/dev/null) if [ $? -ne 0 ]; then -- GitLab