Last active
June 24, 2019 11:31
-
-
Save marvin-marvin/58f88d6d6853af77f4cb263639f62037 to your computer and use it in GitHub Desktop.
rclone 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 | |
# Marvin | |
15 14 */3 * * /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 gdrive-marvin:Marvin cumulus-encrypt:mklingspohn-backup/Marvin > /proc/1/fd/1 2>/proc/1/fd/2 | |
00 08 1 * * /usr/bin/rclone sync -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 gdrive-marvin:Marvin cumulus-encrypt:mklingspohn-backup/Marvin > /proc/1/fd/1 2>/proc/1/fd/2 | |
# Marvin-Mac | |
15 17 */4 * * /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 gdrive-marvin-computers: cumulus-encrypt:mklingspohn-backup/Marvin-Mac > /proc/1/fd/1 2>/proc/1/fd/2 | |
00 09 1 * * /usr/bin/rclone sync -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 gdrive-marvin-computers: cumulus-encrypt:mklingspohn-backup/Marvin-Mac > /proc/1/fd/1 2>/proc/1/fd/2 | |
# Jule & Marvin | |
45 11 */3 * * /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 gdrive-marvin:"Jule & Marvin" cumulus-encrypt:"mklingspohn-backup/Jule & Marvin" > /proc/1/fd/1 2>/proc/1/fd/2 | |
00 10 2 * * /usr/bin/rclone sync -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 gdrive-marvin:"Jule & Marvin" cumulus-encrypt:"mklingspohn-backup/Jule & Marvin" > /proc/1/fd/1 2>/proc/1/fd/2 | |
# Jule | |
30 01 */4 * * /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 gdrive-jule:Jule cumulus-encrypt:mklingspohn-backup/Jule > /proc/1/fd/1 2>/proc/1/fd/2 | |
00 11 2 * * /usr/bin/rclone sync -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 gdrive-jule:Jule cumulus-encrypt:mklingspohn-backup/Jule > /proc/1/fd/1 2>/proc/1/fd/2 | |
# Jule-Mac | |
30 04 */3 * * /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 gdrive-jule-computers: cumulus-encrypt:mklingspohn-backup/Jule-Mac > /proc/1/fd/1 2>/proc/1/fd/2 | |
00 12 3 * * /usr/bin/rclone sync -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 gdrive-jule-computers: cumulus-encrypt:mklingspohn-backup/Jule-Mac > /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