1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-02-06 22:43:48 +00:00
This commit is contained in:
Björn Ketelaars 2016-04-10 16:24:58 +02:00
parent 6a3f2d7864
commit fd10d1386c

View file

@ -262,7 +262,7 @@ def _process(self, archive, cache, matcher, exclude_caches, exclude_if_present,
if (st.st_ino, st.st_dev) in skip_inodes:
return
# Entering a new filesystem?
if restrict_dev and st.st_dev != restrict_dev:
if restrict_dev is not None and st.st_dev != restrict_dev:
return
status = None
# Ignore if nodump flag is set