Hi there,
i use a pre-backup script to prune my old backups.
So the script is under /opt/verticalbackup/.verticalbackup/scripts/pre-backup.sh
I have give the script the correct rights with “chmod +x”.
So the script will not run at the start of my cron backup.
Here are the logs:
https://pastebin.com/pCHrJ6Pj
So i run the Script manually and i get over hours this:
Vertical Backup 1.1.2
Storage set to sftp://username@my-backup-server.de/esx-vm
No previous fossil collections found
The pre-backup script:
#!/bin/sh
/opt/verticalbackup/vertical prune -k 0:3 --exhaustive --exclusive
the cron backup command:
/opt/verticalbackup/vertical backup --email
All this run directly under ESXi 6.5 (Free).
Thanks!