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
	
		
			
		
		
	
			
			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