forked from astrails/safe
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathTODO
More file actions
11 lines (11 loc) · 660 Bytes
/
Copy pathTODO
File metadata and controls
11 lines (11 loc) · 660 Bytes
1
2
3
4
5
6
7
8
9
10
11
- 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