Skip to content

Instantly share code, notes, and snippets.

@oneshot719
Created February 25, 2016 14:26
Show Gist options
  • Save oneshot719/0b4edacc23d80057fdd5 to your computer and use it in GitHub Desktop.
Save oneshot719/0b4edacc23d80057fdd5 to your computer and use it in GitHub Desktop.
crontab
0 01 * * * rsync -avx --progress /mnt/NFS/CARTOONS/ /mnt/PLEX/CARTOONS/ >> /var/log/rsync.log
0 04 * * * rsync -avx --progress /mnt/NFS/MOVIES/ /mnt/PLEX/MOVIES/ >> /var/log/rsync.log
0 08 * * * rsync -avx --progress /mnt/NFS/TV-SHOWS/ /mnt/PLEX/TV-SHOWS/ >> /var/log/rsync.log
0 12 * * * rsync -avx --progress /mnt/NFS/TRAINING/ /mnt/PLEX/TRAINING/ >> /var/log/rsync.log
0 14 * * * rsync -avx --progress /mnt/NFS/MUSIC/ /mnt/PLEX/MUSIC/ >> /var/log/rsync.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment