Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mention that device id is part of backup by default #112

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion src/commands/backup/file_change_detection.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,8 @@ The option `--ignore-inode` exists to support FUSE-based filesystems and pCloud,
which do not assign stable inodes to files.

Note that the device id of the containing mount point is never taken into
account. Device numbers are not stable for removable devices and ZFS snapshots.
account. Device numbers are not stable for removable devices and ZFS datasets.
If you want to force a re-scan in such a case, you can change the mountpoint.

The device id will still be tracked and stored as part of the backup,
unless you supply `--ignore-devid`.