2021-02-13 23:57:54 +00:00
|
|
|
Enhancement: Back up mountpoints as empty directories
|
2020-11-21 21:18:40 +00:00
|
|
|
|
|
|
|
When the `--one-file-system` option is specified to `restic backup`, it
|
|
|
|
ignores all file systems mounted below one of the target directories. This
|
2021-02-13 23:57:54 +00:00
|
|
|
means that when a snapshot is restored, users needed to manually recreate
|
|
|
|
the mountpoint directories.
|
2020-11-21 21:18:40 +00:00
|
|
|
|
2021-02-13 23:57:54 +00:00
|
|
|
Restic now backs up mountpoints as empty directories and therefore implements
|
2020-11-21 21:18:40 +00:00
|
|
|
the same approach as `tar`.
|
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/909
|
|
|
|
https://github.com/restic/restic/pull/3119
|