From 4b35bc8c16e5f794e6405e8b944bc327642a0924 Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Thu, 28 Jan 2021 06:59:41 -0500 Subject: [PATCH] Exempting duitser home from backup due to excess size --- roles/shell/files/usr/local/bin/backup | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/shell/files/usr/local/bin/backup b/roles/shell/files/usr/local/bin/backup index b27a796..b2998e0 100644 --- a/roles/shell/files/usr/local/bin/backup +++ b/roles/shell/files/usr/local/bin/backup @@ -17,6 +17,7 @@ tar -cz \ --exclude='/home/amcclure/*' \ --exclude='/home/fosslinux/*' \ --exclude='/home/zszoke/*' \ + --exclude='/home/duitser/*' \ /home/ \ /var/games/minetest-server/.minetest/ \ /var/lib/minecraft/paperclip/ \