summaryrefslogtreecommitdiff
path: root/bugs/fstype-include-exclude-mdwn
blob: 837f36e5c73d3ca75e8ff380711a4d089b2536a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Implement --exclude-fstype and --include-fstype for Obnam. 2011-08
whenever obnam backup is crossing a filesystem boundary (mount point), 
it looks up the type of the filesystem beyond the boundary, and if it
matches an excluded filesystem type, but does not match an included
one, then it won't recurse beyond the mount point (it will back up
the actual directory, using metadata of the root of the mounted
filesystem)

- in backup_plugin.py:can_be_backed_up, add tests after the test for
  one-file-system

--liw