diff --git a/server/usr/local/bin/rs-rotate b/server/usr/local/bin/rs-rotate index 4da5a3e..e47a35d 100755 --- a/server/usr/local/bin/rs-rotate +++ b/server/usr/local/bin/rs-rotate @@ -10,6 +10,6 @@ if [ "$RSYNC_EXIT_STATUS" == "" ]; then exit 1 fi -if [ $RSYNC_EXIT_STATUS -eq 0 ]; then +if [ $RSYNC_EXIT_STATUS -eq 0 ] || [ $RSYNC_EXIT_STATUS -eq 24 ]; then rsnapshot -c "$1" push fi