mirror of
https://github.com/netinvent/npbackup.git
synced 2025-09-05 04:25:28 +08:00
Don't exclude /mnt, we use to need that
This commit is contained in:
parent
3598ca80fb
commit
53ba91901b
1 changed files with 3 additions and 2 deletions
|
@ -1,13 +1,12 @@
|
|||
# Unixes Fs exclude patterns for backup
|
||||
# patterns are FileMatch compatible (restic)
|
||||
|
||||
# rev 2023010701
|
||||
# rev 2025010901
|
||||
|
||||
# Generic unix sys path excludes
|
||||
/dev
|
||||
lost+found
|
||||
/media
|
||||
/mnt
|
||||
/proc
|
||||
/sys
|
||||
/run
|
||||
|
@ -17,6 +16,8 @@ lost+found
|
|||
/var/run
|
||||
/var/tmp
|
||||
/tmp
|
||||
# Let's keep /mnt since it's a common point for servers with external disks
|
||||
#/mnt
|
||||
|
||||
# More MacOS specific sys path excludes
|
||||
/afs
|
||||
|
|
Loading…
Add table
Reference in a new issue