Hi,
I am currently fighting since hours with configuring a cron job to perform the backup on a schedule for a physical server I have using the Proxmox backup client.
I have a Debian system and perform the following as root. What I did so far:
I used crontab -e to schedule a hourly backup using the following line:
the content of the...
Read more
I am currently fighting since hours with configuring a cron job to perform the backup on a schedule for a physical server I have using the Proxmox backup client.
I have a Debian system and perform the following as root. What I did so far:
I used crontab -e to schedule a hourly backup using the following line:
Code:
28 * * * * /etc/profile.d/pbs_env.sh; /usr/bin/proxmox-backup-client backup webserver.pxar:/ --repository backupuser@pbs@192.168.1.10:BackupDisk
Read more