Last active
June 24, 2019 11:28
-
-
Save marvin-marvin/13ca7ef593f6e15dd67546f8b1eb9395 to your computer and use it in GitHub Desktop.
rclone blog cumulus crontab
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# make sure crontab is used | |
@reboot /usr/bin/crontab /etc/cron.d/crontab | |
#*/15 * * * * /usr/bin/crontab /etc/cron.d/crontab | |
# ENV | |
SHELL=/bin/bash | |
# min,hour,dayOfMonth,month,dayOfWeek | |
00 13 * * * /usr/bin/rclone copy -c -v -L --drive-pacer-min-sleep=100ms --bwlimit=10M --drive-chunk-size=128M --tpslimit=30 --checkers=10 --retries=10 --transfers=10 --drive-acknowledge-abuse cumulus:mklingspohn-backup-bt/beautyandthetech gdrive:_backups/BackWPup > /proc/1/fd/1 2>/proc/1/fd/2 | |
# An empty line is required at the end of this file for a valid cron file. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment