diff --git a/bup-backup.hs b/bup-backup.hs index 23e8eb2..3a728e4 100755 --- a/bup-backup.hs +++ b/bup-backup.hs @@ -14,8 +14,8 @@ import System.FilePath -- | regexs for excluded files excluded :: [String] excluded = intersperse "--exclude-rx" - [ "/home/rnhmjoj/game/" - , "/home/rnhmjoj/\\.cache/" + [ "/rnhmjoj/game/" + , "/rnhmjoj/\\.cache/" , "/unity3d/.+/.+/Unity/" ]