xe vm-shutdown vm=
xe vbd-list vm-uuid=
xe vdi-list uuid=
xe vdi-resize uuid= disk-size=xGiB
xe vm-start vm=
# resize4fs /dev/xvda
uniq -f (ignore first n fields – or with rev last n fields)
#find web access log files in backups – only take one from each date – put them together in date order in one file #!/bin/bash FOO=`find /backups/*/a/var/log/nginx -name "access.log*" -ls|cut -b 60-|sort -k 1 -k Read more
0 Comments