diff options
-rw-r--r-- | handlers/rsync.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/handlers/rsync.in b/handlers/rsync.in index 537fd4c..7b06c24 100644 --- a/handlers/rsync.in +++ b/handlers/rsync.in @@ -416,7 +416,6 @@ function rotate_long { $nice mv $dir.$i $dir.$next mkdir -p $metadata.$next date +%c%n%s > $metadata.$next/rotated - rm -f $metadata.$next/created else echo "Debug: skipping rotation of $dir.$i because $dir.$next already exists." fi @@ -518,7 +517,6 @@ function rotate_long_remote { $nice mv \$dir.\$i \$dir.\$next mkdir -p \$metadata.\$next date +%c%n%s > \$metadata.\$next/rotated - rm -f \$metadata.\$next/created else echo "Debug: skipping rotation of \$dir.\$i because \$dir.\$next already exists." fi |