Loading...
Show navigation
>
Expert
>
Backup and Restore Agents
>
Virtualization
>
Virtual Server Agent
>
VMware
>
Configuration
>
Backups with Quiescing of the Operating System and Applications
>
Configuring Pre- and Post-Processing Scripts Using VMware Tools
>
MAXDB Scripts
post-thaw-script (MAXDB)
#!/bin/sh if [ "$(id -u)" -eq "0" ]; then exec su - sdb -c /home/sdb/resume_logwriter fi
Loading...