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
for DATEI in $(find ${BM_REPOSITORY_ROOT}/ -newer ${BM_REPOSITORY_ROOT}/gpgtransfer.ref -type f | tac); do /usr/bin/gpg -o ${DATEI}.gpg -r ${BM_ENCRYPTION_RECIPIENT} -e ${DATEI}; mv ${DATEI}.gpg ${GPG_COPY_FOLDERS} /bin/chmod 0666 ${GPG_COPY_FOLDERS}/$(/usr/bin/basename ${DATEI}.gpg) done
touch ${BM_REPOSITORY_ROOT}/gpgtransfer.ref
exit 0
the file gpgtransfer.ref is just empty, only there for the last edit time, the file gpg-copy.conf looks like: export GPG_COPY_FOLDERS="whateverFolderYouLike"
This script will however never delete anything nor integrate with other features of backup-manager (ftp, scp etc.). Use at your own risk.
Hi!
Could you please add the encryption of dar archives with public keys? This would be a really helpful feature for the future!
Thanks in advance!
Cheers,
Mark
The text was updated successfully, but these errors were encountered: