how to modify the rsync task without editing the whole script?

hirufoyu

Cadet
Joined
Feb 8, 2021
Messages
1
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.
Just wanted to know if there is a easy way to modify the rsync task without editing the whole script.
 
Top