From 3bb1005e453019a91021576bfcf13e82f1029ede Mon Sep 17 00:00:00 2001 From: KoenDR06 Date: Thu, 19 Feb 2026 00:46:14 +0100 Subject: [PATCH] remove unnecessary directories from backup script --- misc/backup.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/misc/backup.sh b/misc/backup.sh index aae0042..86f60c0 100755 --- a/misc/backup.sh +++ b/misc/backup.sh @@ -6,12 +6,4 @@ now=$(date +'%Y-%m-%d') cd /home/horseman tar -cf backups/documents-$now.tar Documents -# Vaultwarden -cd /home/horseman -tar -cf backups/vaultwarden-$now.tar docker/vaultwarden/data - -# Forgejo -cd /home/horseman -tar -cf backups/git-$now.tar docker/git/data - exit 0