Replace deprecated --prefix with --glob-archives
parent
b6f4f1ab47
commit
3957c8f617
|
@ -39,7 +39,7 @@ info "Pruning repository"
|
||||||
|
|
||||||
/usr/local/bin/borg-linux64 prune \
|
/usr/local/bin/borg-linux64 prune \
|
||||||
--list \
|
--list \
|
||||||
--prefix '{hostname}-' \
|
--glob-archives '{hostname}-*' \
|
||||||
--show-rc \
|
--show-rc \
|
||||||
--keep-daily 7 \
|
--keep-daily 7 \
|
||||||
--keep-weekly 4 \
|
--keep-weekly 4 \
|
||||||
|
|
Loading…
Reference in New Issue