ARCHIVE_KEEPNBACKUPS=30
ARCHIVE_KEEPNDAYS=1
-scottysync /home/alex/backtest/source dest "abab"
-scottysync /home/alex/backtest/source2 dest2 "abab"
+if ! isIncompleteOrNthDay dest; then
+ scottyinfo "This is not the nth day and no incomplete backup exists."
+ exit 0
+fi
+
+scottysync /home/alex/backtest/source dest "/gack,/gugu/*"
+scottysync /home/alex/backtest/source2 dest2