Skip to content

Conversation

@ercpereda
Copy link
Contributor

No description provided.


if [ ! -z "$GPG_PASSPHRASE" ]; then
info "Encrypting backup"
gpg --symmetric --cipher-algo aes256 --batch --passphrase "$GPG_PASSPHRASE" -o "${BACKUP_FILENAME}.gpg" $BACKUP_FILENAME
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should gpg be installed onto the image?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It already exists inside the image, probably part of the base image.

@jareware
Copy link
Owner

Sorry for taking so long with this, merging in now!

@jareware jareware merged commit 15c7694 into jareware:master Feb 24, 2021
mpietruschka pushed a commit to pietmacom/docker-volume-backup that referenced this pull request Mar 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants