Hi,
I use pve-zsync to backup my host PVE to a qnap with PBS.
All is working except :
- folder in the destination /etc/pve is empty (folder in the pbs dataset backup/SERVER1/pve-1/ then folder etc/pve )
- no email notification after backup (with --verbose in cron) (postfix is working)
File : /etc/cron.d/pve-zsync
Is it because the folder /etc/pve in the host is owned by www-data group ?
any idea ?
Thanks
I use pve-zsync to backup my host PVE to a qnap with PBS.
All is working except :
- folder in the destination /etc/pve is empty (folder in the pbs dataset backup/SERVER1/pve-1/ then folder etc/pve )
- no email notification after backup (with --verbose in cron) (postfix is working)
File : /etc/cron.d/pve-zsync
Bash:
SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
*/15 * * * * root pve-zsync sync --source rpool/ROOT/pve-1 --dest 10.1.1.250:backup/SERVER1 --name Backup_ZFS_host_SERVER1 --maxsnap 14 --limit 3125 --method ssh --verbose --source-user root --dest-user root
Is it because the folder /etc/pve in the host is owned by www-data group ?
any idea ?
Thanks
Last edited: