add new line
This commit is contained in:
parent
95dca96cab
commit
229c093365
1 changed files with 2 additions and 0 deletions
|
@ -165,6 +165,8 @@ then
|
||||||
echo "Use Repository: $i"
|
echo "Use Repository: $i"
|
||||||
getBorgDataForRepository "${i}" "${HOSTNAME}"
|
getBorgDataForRepository "${i}" "${HOSTNAME}"
|
||||||
done
|
done
|
||||||
|
# Clear Cache (https://borgbackup.readthedocs.io/en/stable/faq.html#the-borg-cache-eats-way-too-much-disk-space-what-can-i-do)
|
||||||
|
#find /root/.cache/borg -type d -name 'chunks.archive.d' -exec rm -rv {}/ \; -exec sh -c 'cd {}/.. && touch chunks.archive.d' \;
|
||||||
else
|
else
|
||||||
#discover (recursively) borg repositories starting from a path and extract info for each
|
#discover (recursively) borg repositories starting from a path and extract info for each
|
||||||
#(e.g. when running on the backup server directly)
|
#(e.g. when running on the backup server directly)
|
||||||
|
|
Loading…
Reference in a new issue