Protecting ESX VMFS Stores with Automation: Difference between revisions
New page: Some time ago I shared some interesting information about VMFS volumes that I found using direct analysis in my blog named [http://blog.laspina.ca/roller/Ubiquitous/entry/understanding_vmf... |
m Fixing link |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
author: Mike La Spina | |||
[http://blog.laspina.ca/ | ==== Description ==== | ||
Some time ago Mike shared some interesting information about VMFS volumes that he found using direct analysis in his blog named [http://blog.laspina.ca/ubiquitous/understanding-vmfs-volumes Understanding VMFS volumes]. | |||
This spawned some discussions on the VMware Community forums and it became apparent that an automated backup of the critical VMFS info could be useful in the event of an undesirable security event that impacts our system availability. | |||
By creating a simple backup script process we can provide the ability to recover much more quickly from such events. In this howto guide we will enable this process with a cron job using the existing /etc/cron.daily/ job location directory. | |||
We simply need to copy an automation script to this location and it will run daily. Or if your change rate is less frequent maybe the /etc/cron.weekly location is more suitable. ... | |||
==== Location ==== | |||
[http://blog.laspina.ca/ubiquitous/understanding-vmfs-volumes Ubiquitous: Protecting ESX VMFS Stores with Automation] | |||
See also: | See also: | ||
[http://blog.laspina.ca/ | [http://blog.laspina.ca/ubiquitous/additional-vmfs-backup-automation-script-features Ubiquitous: Additional VMFS Backup Automation script features] | ||
[[Category: Bash]] [[Category: Forensics]] | [[Category: Bash]] [[Category: Forensics]] |
Latest revision as of 14:57, 7 June 2021
author: Mike La Spina
Description
Some time ago Mike shared some interesting information about VMFS volumes that he found using direct analysis in his blog named Understanding VMFS volumes.
This spawned some discussions on the VMware Community forums and it became apparent that an automated backup of the critical VMFS info could be useful in the event of an undesirable security event that impacts our system availability.
By creating a simple backup script process we can provide the ability to recover much more quickly from such events. In this howto guide we will enable this process with a cron job using the existing /etc/cron.daily/ job location directory.
We simply need to copy an automation script to this location and it will run daily. Or if your change rate is less frequent maybe the /etc/cron.weekly location is more suitable. ...
Location
Ubiquitous: Protecting ESX VMFS Stores with Automation
See also: Ubiquitous: Additional VMFS Backup Automation script features