btrbk/contrib/cron
Axel Burri 805d7f4a0d btrbk-verify: add workaround for btrbk <= 0.27.2 bug: missing target_rsh, target_type
btrbk <= 0.27.2 does not print "target_rsh" and "target_type" when
called with --format=raw, see $table_formats{resolved}. This is fixed
in 0.28.0.

Hardcoding target_type=send-receive is not so bad, as for raw targets
btrbk-verify complains first with:

  btrbk-verify: missing required variable "target_rsh" in btrbk --format=raw line

So we should not run rsync (which is not really a problem, rsync just
fails with "not a directory").
2019-04-01 16:27:49 +02:00
..
btrbk-mail btrbk-mail, README.md: suggest using "rsync --inplace" 2016-08-17 14:49:27 +02:00
btrbk-verify btrbk-verify: add workaround for btrbk <= 0.27.2 bug: missing target_rsh, target_type 2019-04-01 16:27:49 +02:00