Add support for the --ignore-inode argument to create command #43

Closed
opened 2018-01-05 05:34:42 +00:00 by import_bot · 2 comments
Collaborator

Or please tell if there is a way to add custom arguments to the create command somehow...


Imported from Taiga issue 42 (done). Created on 2017-09-28T20:31:11+0000 by martinjo.

Or please tell if there is a way to add custom arguments to the create command somehow... --- Imported from Taiga issue 42 (done). Created on 2017-09-28T20:31:11+0000 by martinjo.
Author
Collaborator

According to borg command-line output:

Warning: "--ignore-inode" has been deprecated. Use "--files-cache=ctime,size" or "...=mtime,size" instead.

So I'll implement an option corresponding to "--files-cache", which should accomplish the same thing as "--ignore-inode".


Comment on 2017-11-03T04:51:24+0000 by Dan Helfman.

According to borg command-line output: ``` Warning: "--ignore-inode" has been deprecated. Use "--files-cache=ctime,size" or "...=mtime,size" instead. ``` So I'll implement an option corresponding to "--files-cache", which should accomplish the same thing as "--ignore-inode". --- Comment on 2017-11-03T04:51:24+0000 by Dan Helfman.
Author
Collaborator

Just released borgmatic with support for a new "files_cache" option in the "location" section of config. See https://borgbackup.readthedocs.io/en/stable/usage/create.html#description for the "MODE" values. And let me know how it works for your need.s


Comment on 2017-11-03T05:39:35+0000 by Dan Helfman.

Just released borgmatic with support for a new "files_cache" option in the "location" section of config. See https://borgbackup.readthedocs.io/en/stable/usage/create.html#description for the "MODE" values. And let me know how it works for your need.s --- Comment on 2017-11-03T05:39:35+0000 by Dan Helfman.
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: borgmatic-collective/borgmatic#43
No description provided.