You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some backups should be encrypted. It would be handy if there would be a variable with GPG public key ID that script uses to encrypt the backups right away.
Some backups should be encrypted. It would be handy if there would be a variable with GPG public key ID that script uses to encrypt the backups right away.
You might use:
gpg --trust-model always --batch --yes -ea -r $PUBKEY $OUTPUT
Where pubkey might be e.g.
PUBKEY=D6F3D9BB
. It might be parameter as well.The text was updated successfully, but these errors were encountered: