diff --git a/.bashrc b/.bashrc index c47ae8b7390e76c4ed5204fbcc1c30231b7a61e2..68d1a070e83a80db7273c7f2dfcb1a1e6d6d33fb 100644 --- a/.bashrc +++ b/.bashrc @@ -109,7 +109,7 @@ docker-dev () { sync-comics () { this_month="$( date '+xbmc:/srv/library/Comics/0-Day\ Week\ of\ %Y.%m.*' )" last_month="$( date --date '1 month ago' '+xbmc:/srv/library/Comics/0-Day\ Week\ of\ %Y.%m.*' )" - rsync --recursive --compress --progress "$last_month" "$this_month" "$HOME/Downloads/Comics/" + rsync --recursive --compress --progress --exclude "*.part" "$last_month" "$this_month" "$HOME/Downloads/Comics/" } update-requirements () {