add new line

This commit is contained in:
Simon Rieger 2024-04-12 11:41:05 +02:00
parent 95dca96cab
commit 229c093365

View file

@ -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)