call rsync script from GUI via CLI?

Status
Not open for further replies.

Revolution

Dabbler
Joined
Sep 8, 2015
Messages
39
Hello everyone,

I want to add a Cron job that compresses a folder of a PC-Backup at the highest compression level (tar cvf - /mnt/Volume/Backups/PC | gzip -9 - > PC.tar.gz) and then rsync it over to my offsite backup. Since my offsite backup is a raid 1 of 2x 3TB drives I don't have enough space to do it without.
Can I make a rsync task in the GUI and call it via cron after the compression, or do I have to do a full cron script for this kind of setup?

Greetings
 

Revolution

Dabbler
Joined
Sep 8, 2015
Messages
39
I ended up with a full cron script for the task. Just wanted to know if there is a easy way to modify the rsync task without editing the whole script.
 
Status
Not open for further replies.
Top