You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The field "filesystem_mounts" (and also "snapshot_version") is written into the "info" file of each backup. It is never used anywhere (checked via grep).
Remove that field.
Remove tools.filesystemMountInfo() because it is used only once at this location.
Remove the related unit tests.
My assumption is that this was once added for debug reasons.
EDIT: The same goes for the field "snapshot_version". Never used anywhere.
The text was updated successfully, but these errors were encountered:
buhtz
changed the title
Remove dead code related to "filesystem_mounts" field in backup "info" file
Remove dead code related to "filesystem_mounts" and "snapshot_version" field in backup "info" file
Apr 21, 2024
backintime/common/snapshots.py
Line 1140 in d33f35e
The field "filesystem_mounts" (and also "snapshot_version") is written into the "info" file of each backup. It is never used anywhere (checked via grep).
tools.filesystemMountInfo()
because it is used only once at this location.My assumption is that this was once added for debug reasons.
EDIT: The same goes for the field "snapshot_version". Never used anywhere.
The text was updated successfully, but these errors were encountered: