|
@@ -33,6 +33,7 @@ def make_rdelete_command(
|
|
|
)
|
|
|
+ (('--info',) if logger.getEffectiveLevel() == logging.INFO else ())
|
|
|
+ (('--debug', '--show-rc') if logger.isEnabledFor(logging.DEBUG) else ())
|
|
|
+ + borgmatic.borg.flags.make_flags('dry-run', global_arguments.dry_run)
|
|
|
+ borgmatic.borg.flags.make_flags('remote-path', remote_path)
|
|
|
+ borgmatic.borg.flags.make_flags('log-json', global_arguments.log_json)
|
|
|
+ borgmatic.borg.flags.make_flags('lock-wait', config.get('lock_wait'))
|