I have a command in crontab -e to run nightly:
tar czvf /mnt/pve/NAS_Storage/host_bu/proxmox03-backup-$(date +%F).tar.gz /etc/pve
It is not producing the output.
When i look at the journal I see

which is essentially the command WITHOUT /etc/pve at the end, which is the source directory being copied.
What does that mean is wrong?
Thanks in advance!
tar czvf /mnt/pve/NAS_Storage/host_bu/proxmox03-backup-$(date +%F).tar.gz /etc/pve
It is not producing the output.
When i look at the journal I see
which is essentially the command WITHOUT /etc/pve at the end, which is the source directory being copied.
What does that mean is wrong?
Thanks in advance!