diff options
author | EuAndreh <eu@euandre.org> | 2023-05-13 14:23:50 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-05-13 14:23:50 -0300 |
commit | c80062f8c225ac8fae36e5ff66259443cfadffbf (patch) | |
tree | fa5a033e44f9434e5a1a38ddbb3ace6bb16096b4 /bin/backup | |
parent | etc/guix/home.scm: Add "tcpdump" package (diff) | |
download | dotfiles-c80062f8c225ac8fae36e5ff66259443cfadffbf.tar.gz dotfiles-c80062f8c225ac8fae36e5ff66259443cfadffbf.tar.xz |
Makefile: Add targets for ~/mnt/ FUSE filesystems
Diffstat (limited to 'bin/backup')
-rwxr-xr-x | bin/backup | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -108,6 +108,7 @@ run() { --comment "$COMMENT" \ --exclude "$XDG_CACHE_HOME" \ --exclude ~/Downloads/ \ + --exclude ~/mnt/ \ --stats \ --compression lzma,9 \ "::{hostname}-{now}-$ARCHIVE_TAG" \ |