From 607e000a11facb210755767d77871299ebfc90b9 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Mon, 4 Nov 2024 20:08:11 -0500 Subject: [PATCH] Added .wine to backup-home exclusions --- .bashrc.d/backup-func | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc.d/backup-func b/.bashrc.d/backup-func index 9e0ed01..2befd78 100644 --- a/.bashrc.d/backup-func +++ b/.bashrc.d/backup-func @@ -128,6 +128,7 @@ function backup-home() { --exclude=psi-jack/.steam \ --exclude=psi-jack/.var \ --exclude=psi-jack/.vscode \ + --exclude=psi-jack/.wine \ -cvvf "${target}/${archive}/${hostname}/${hostname}-${date}_home.tar" \ psi-jack zstd --rm -6 "${target}/${archive}/${hostname}/${hostname}-${date}_home.tar"