So far ZREP_SKIP_EXPIRE is only affecting local snapshots. In my opinion it should also be relevant for expiring remote snapshots. Hence, the execution of the line here should be made dependent on ZREP_SKIP_EXPIRE being not set.
|
zrep_ssh $srchost "$ZREP_PATH expire -L $srcfs" |
So far ZREP_SKIP_EXPIRE is only affecting local snapshots. In my opinion it should also be relevant for expiring remote snapshots. Hence, the execution of the line here should be made dependent on ZREP_SKIP_EXPIRE being not set.
zrep/zrep
Line 2166 in 7bcbf28