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

This commit is contained in:
intrigeri 2012-05-13 02:33:37 +02:00
commit c522391404

View File

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