OpenVZ cache update script
Script to update OpenVZ vz cache for any template. Useful to upgrade to newest security releases. #!/bin/bash # # updates cache of VZ # # # # Set These (or pass from command line as below) # #TEMPLATE=centos-5-i386-afull VZID=5999 # # use this from command line: # # ./updatevzcache centos-5-i386-afull # TEMPLATE=$1 # VZID=$2 # … Continue reading OpenVZ cache update script