Thursday, May 04, 2006

Virtuozzo VPS Backup Script

The Virtuozzo technical support sent me this rought batch script to run on my Hardware Node to backup any VPS' on the HN. I'm posting it here for reference: @echo off for /F "skip=3 usebackq tokens=*" %%i in (`cmd /c "vzlist -ao veid"`) do (cmd /c "vzbackup "%%i && echo VPS ID %%i has been backed up!) I hope to modify it, or re-write it into another language that will allow it to email me notifications if it's successful or not.

No comments: