Hi,
I was wondering if someone else has accomplish on getting email alert after the pve-zsync?
This is what i have
i tried adding
i also tried adding this at the end as im ussing ssmtp
no luck either
any ideas?
Thank you
I was wondering if someone else has accomplish on getting email alert after the pve-zsync?
This is what i have
Code:
10 18 * * * root pve-zsync sync --source 100 --dest 192.168.6.253:vmdata/vmbackup --name backupsdaily --maxsnap 7 --method ssh
i tried adding
Code:
MAILTO=myemail@mydomain.com
i also tried adding this at the end as im ussing ssmtp
Code:
| sendmail -s "Subject of Mail" myemail@mydomain.com
any ideas?
Thank you