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 local metadata
if [ ! -d "$backuproot" ]; then if [ ! -d "$backuproot" ]; then
echo "Debug: skipping rotate of $backuproot as it doesn't exist." warning "Skipping rotate of $backuproot as it doesn't exist."
exit return
fi fi
for rottype in daily weekly monthly; do for rottype in daily weekly monthly; do
@ -510,7 +510,7 @@ function rotate_long_remote {
now=\`date +%s\` now=\`date +%s\`
if [ ! -d "$backuproot" ]; then 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 exit
fi fi