Skip to content

Commit 6711682

Browse files
authored
Merge pull request #431 from databacker/remove-encrypt-example
remove post-processing encryption example, as it is now embedded
2 parents 1638094 + 087db5d commit 6711682

File tree

2 files changed

+0
-35
lines changed

2 files changed

+0
-35
lines changed

docs/backup.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -355,12 +355,3 @@ fi
355355

356356
**Important:** For post-processing, remember that at the end of the script, the dump file must be in
357357
the location specified by the `DUMPFILE` variable. If you move it, you **must** move it back.
358-
359-
### Encrypting the Backup
360-
361-
Post-processing gives you options to encrypt the backup using openssl or any other tools. You will need to have it
362-
available on your system. When running in the `mysql-backup` container, the openssl binary is available
363-
to the processing scripts.
364-
365-
The sample [examples/encrypt.sh](./examples/encrypt.sh) provides a sample post-processing script that you can use
366-
to encrypt your backup with AES256.

examples/post-processing/encrypt.sh

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)