Slide 11
Slide 11 text
Backups and Restore
● Snapshot EBS blocks
○ --journaling is your friend
○ need to use fsync + lock if journaling is disabled
● Restoring from snapshots is easy
○ create a new volume from the snapshot
○ mount volume to EC2 instance
Caveat: When using RAID, you would still need
to use fsync + lock even if journaling is
enabled.