From bfa0510c971607008cc1c713a33a7547529ccf6c Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Thu, 8 Aug 2019 23:40:59 +0200 Subject: [PATCH] exclude BUP_DIR --- bup-backup.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/bup-backup.hs b/bup-backup.hs index d299bef..7e82e45 100755 --- a/bup-backup.hs +++ b/bup-backup.hs @@ -17,6 +17,7 @@ excluded :: [String] excluded = intersperse "--exclude-rx" [ "/rnhmjoj/game/" , "/rnhmjoj/\\.cache/" + , "/rnhmjoj/\\.local/share/bup" , "/unity3d/.+/.+/Unity/" ]