crontab not working !!!

Nerik83

New Member
Jul 9, 2024
5
0
1
I have created a vzdump for backupping my Winserver and the command works manually but is not launched by crontab ? please help me to understand where i am wrong .

1720527316999.png

1720527166859.png
 
Why do you use Cron for the backup job and not simply the GUI functions for backups?

It would be much easier ...
 
  • Like
Reactions: _gabriel
I know but i really want to do it like this to list it in my professionnal document studies for my futur work title.
And i hate not to find the answer
 
sure, i have modified the time for my test!!!

i'have modified the crontab like this and it 's finally working !!!

i'm very thankfull for your help.


" 43 14 * * * vzdump 100 --storage Backup_local --mode snapshot --compress zstd "

how do i close the case ?
 
It looks like you solved it. But for reference when I went into my Proxmox server and executed "which vzdump" at the command line, it returned "/usr/bin/vzdump" Your original command had /usr/sbin/vzdump which is probably why it didn't work
 
  • Like
Reactions: _gabriel