Update 'backup/backup-script.sh'
parent
30a1ac647d
commit
81d26888a5
|
@ -11,7 +11,7 @@ info "Starting backup"
|
||||||
# Backup the most important directories into an archive named after
|
# Backup the most important directories into an archive named after
|
||||||
# the machine this script is currently running on:
|
# the machine this script is currently running on:
|
||||||
|
|
||||||
borg create \
|
./borg-linux64 create \
|
||||||
--verbose \
|
--verbose \
|
||||||
--filter AME \
|
--filter AME \
|
||||||
--list \
|
--list \
|
||||||
|
@ -32,7 +32,7 @@ info "Pruning repository"
|
||||||
# limit prune's operation to this machine's archives and not apply to
|
# limit prune's operation to this machine's archives and not apply to
|
||||||
# other machines' archives also:
|
# other machines' archives also:
|
||||||
|
|
||||||
borg prune \
|
./borg-linux64 prune \
|
||||||
--list \
|
--list \
|
||||||
--prefix '{hostname}-' \
|
--prefix '{hostname}-' \
|
||||||
--show-rc \
|
--show-rc \
|
||||||
|
@ -46,7 +46,7 @@ prune_exit=$?
|
||||||
|
|
||||||
info "Compacting repository"
|
info "Compacting repository"
|
||||||
|
|
||||||
borg compact
|
./borg-linux64 compact
|
||||||
|
|
||||||
compact_exit=$?
|
compact_exit=$?
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue