Deduplicating archiver with encryption and paranoid-level tests. Swiss army knife for the serious backup and disaster recovery manager. Ransomware neutralizer. Win/Linux/Unix
MIT License
278
stars
25
forks
source link
Missing option to run BAT after making VSS snapshot. #9
Many backup apps have option to run scripts BEFORE and AFTER VSS snapshot.
Example use case is to stop db, make VSS, then start db and after that to continue with backup process.
I miss VSS AFTER script in ZPAQFRANZ.
Example in Drive Snapshot:
--exec:"NET START ORACLE"
--exec:"RestartExchange.bat"
for use with the internal driver: after snapshot creation (just a few seconds after starting the backup), you can execute external command. has to be the last command on command line!
Many backup apps have option to run scripts BEFORE and AFTER VSS snapshot. Example use case is to stop db, make VSS, then start db and after that to continue with backup process. I miss VSS AFTER script in ZPAQFRANZ.
Example in Drive Snapshot: --exec:"NET START ORACLE" --exec:"RestartExchange.bat"
for use with the internal driver: after snapshot creation (just a few seconds after starting the backup), you can execute external command. has to be the last command on command line!