We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1638094 + 087db5d commit 6711682Copy full SHA for 6711682
docs/backup.md
@@ -355,12 +355,3 @@ fi
355
356
**Important:** For post-processing, remember that at the end of the script, the dump file must be in
357
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
0 commit comments