Implemented a tar-like "--one-file-system" option for metastore - #42
xkrug-bubeck wants to merge 1 commit into
Conversation
|
This might be interesting when you want to store the metadata of filesystems where you might have mounted devices in subfolders. |
…em when storing/comparing/applying metadata.
Checks whether the dev_id of the file/dir is the same as the root folder, analog to the same flag in tar.
--one-file-system Stay within the root folder's file system
|
Thanks, Jürgen, for another contribution. The idea seems not bad, but I have to look into your patch later to find whether it's done in a way I can accept immediately or we'll have to work on it a bit more. I guess you can expect various nitpicks. I (almost) always want clean history when taking external contributions, so I may ask you to amend changes to avoid hordes of |
Added a --one-file-system option to stay within the current file system when storing/comparing/applying metadata.
Checks whether the dev_id of the file/dir is the same as the root folder, analog to the same flag in tar.