From fe83575231f0ac1fa93d72a4ac28c56794e81155 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Sun, 6 Feb 2022 22:29:49 -0600 Subject: [PATCH] Don't back up Cemu files --- backup | 1 - 1 file changed, 1 deletion(-) diff --git a/backup b/backup index 2212ec8..d855027 100755 --- a/backup +++ b/backup @@ -36,7 +36,6 @@ nice -n19 ionice -c3 \ --exclude-rx='^/home/[^/]+/\.cache/.*' \ --exclude-rx='^/home/[^/]+/\.local/share/Trash/.*' \ --exclude-rx='^/home/[^/]+/\.local/share/containers/.*' \ - --exclude-rx='^/home/[^/]+/\.cemu/.*' \ --exclude-rx='^/home/[^/]+/\.local/share/yuzu/.*' \ '/home' '/etc' '/var' '/srv'