On 2023-03-03 03:34, tbsky wrote:
Hi: I want to rewrite my old rdiff-backup script to use new syntax. however I found the parameter order is very important. so command like "rdiff-backup remove increments --force --older-than 7B my-backup" won't work since "--force" is a global option.
The syntax and order of the commands are difficult, and there do not seem to be clear examples anywhere.
-- Jonathan