-
Notifications
You must be signed in to change notification settings - Fork 25
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
option to add -fossils -resurrect to check? #21
Comments
I think the best way to handle this is to have a For sure, the standard parameters will be supported as they are today. But
Those would then be added on the command line. I believe that would handle this issue, as well as I'll look at adding this. Or if you'd like, you're welcome to submit a PR for such a capability. |
Added support for "quote" options for all backup operations. This allows you to specify unusual duplicacy options that may need to be specified in unusual backup scenerios. For example, if you needed to specify "-fossels -resurrect" on the duplicacy check command, you could do so by specifying these as quoted options. Fixes issue #21
Implemented "quote" option as discussed in commit f525569. Tested with known flags passed via Closing this issue. You can build from source to pick this up, or you can wait for the next release of |
Hi, @jeffaco, I have just learned about your tool and it works great! Thanks a lot. I have a bunch of suggestions/questions which I will split in separate issues.
The first one is passing additional parameters to
check
. In my environment I have an sftp storage and multitude of clients with not very good connection, and that results in interrupted uploads, so usually I runprune -exhaustive
, which in turn some times results in chunks fossilized during a revision upload. And that is not an issue, because such chunks are normally restored withcheck -fossils -resurrect
. In your tool, however, there are no additional options forcheck
command yet, and running it generates a missing chunk error message. Could you please add an option to pass-fossils -resurrect
to duplicacy while checking?The text was updated successfully, but these errors were encountered: