Hi,
I am using duply to make backup from ProXmox hostnode to an external ftp server.
Ive configured and use Duply from command line issuing following command:
It works beautifully.
I try to put this into cron to make backups automatic daily 4.10 am.
Ive created a file duply and place it in etc/cron.daily
It have the same permissions as other files in this directory.
In this file Ive put:
It didn't worked.
Ive tried to put the file in cron.d - it didnt worked either.
Ive tried to change the command to :
Theres no entry in daemon.log about my backups (but there are vzdump entries made by proxmox backup settings).
Could You help me find a solution to this.
Kind regards,
Piotr
I am using duply to make backup from ProXmox hostnode to an external ftp server.
Ive configured and use Duply from command line issuing following command:
Code:
duply vzbackup backup
I try to put this into cron to make backups automatic daily 4.10 am.
Ive created a file duply and place it in etc/cron.daily
It have the same permissions as other files in this directory.
In this file Ive put:
Code:
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
10 04 * * * root duply vzbackup backup
Ive tried to put the file in cron.d - it didnt worked either.
Ive tried to change the command to :
Code:
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
10 04 * * * root /usr/bin/duply vzbackup backup
Could You help me find a solution to this.
Kind regards,
Piotr