Sha256: 8d02de04b34d0497c1029ceee56ffd210b108ff67e8d7ad7f54900d3ceeabac7

Contents?: true

Size: 660 Bytes

Versions: 4

Compression:

Stored size: 660 Bytes

Contents

- add 'silent'
- handle errors from mysqldump
- check that gpg is installed
- support percona XtraBackup as an option instead of mysqldump [patches anyone :) ?]
- backup validation:
  - support for 'minsize' opition in backup that will check that produced backup is at least the expected size
    this should catch many backup failure scenarious (like broken mysql connection, insufficient disk space etc.
- support differencial backups
  - it should be fairly easy for filesystem backups using tar's built in incremental functionality.
  - for mysql need to use XtraBackup
  - or we can keep the previous dump locally and store only diff with the latest dump

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
astrails-safe-0.3.0 TODO
netguru-safe-0.2.11 TODO
netguru-safe-0.2.10 TODO
netguru-safe-0.2.9 TODO