Remove stray comment
parent
d735f142e2
commit
52b766e07c
|
|
@ -50,10 +50,6 @@ borg_backup () {
|
||||||
}
|
}
|
||||||
|
|
||||||
borg_prune () {
|
borg_prune () {
|
||||||
# Use --prefix to limit pruning to this hostname's archives only, just in
|
|
||||||
# case you for some reason use the same repository for several hosts (not
|
|
||||||
# recommended)
|
|
||||||
|
|
||||||
if [[ -z ${BORG_PRUNE_ARGS[@]} ]]; then
|
if [[ -z ${BORG_PRUNE_ARGS[@]} ]]; then
|
||||||
BORG_PRUNE_ARGS=(
|
BORG_PRUNE_ARGS=(
|
||||||
--info
|
--info
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue