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
I would like to backup FUSE volumes, but inodes change on remount which makes every file appear modified. Restic supports this with the --ignore-inode parameter but there appears to be no way to pipe this through from stash to the backup invocation. Perhaps a generalized restic.commands.backup.args would be useful.
The text was updated successfully, but these errors were encountered:
@aarononeal I've just opened a PR for the change that will enable plugins to call --ignore-inode flag while backing up. Not sure if it ever gets merged, though you can implement a similar change for your plugin in case you use a custom one.
I would like to backup FUSE volumes, but inodes change on remount which makes every file appear modified. Restic supports this with the
--ignore-inode
parameter but there appears to be no way to pipe this through from stash to the backup invocation. Perhaps a generalizedrestic.commands.backup.args
would be useful.The text was updated successfully, but these errors were encountered: