Skip to content
Snippets Groups Projects
Commit c5223914 authored by intrigeri's avatar intrigeri
Browse files

Merge remote-tracking branch 'sarava/bug/3721'

parents 38a0fc57 ba3e3759
No related branches found
No related tags found
No related merge requests found
......@@ -387,8 +387,8 @@ function rotate_long {
local metadata
if [ ! -d "$backuproot" ]; then
echo "Debug: skipping rotate of $backuproot as it doesn't exist."
exit
warning "Skipping rotate of $backuproot as it doesn't exist."
return
fi
for rottype in daily weekly monthly; do
......@@ -510,7 +510,7 @@ function rotate_long_remote {
now=\`date +%s\`
if [ ! -d "$backuproot" ]; then
echo "Debug: skipping rotate of $backuproot as it doesn't exist."
echo "Fatal: skipping rotate of $backuproot as it doesn't exist."
exit
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment