logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

amcryptsimple - reference simple crypt program for Amanda symmetric data encryption

Author

KevinTill <kevin.till@zmanda.com>
           Zmanda, Inc. (http://www.zmanda.com)

Amanda 3.5.4                                       01/25/2025                                   AMCRYPTSIMPLE(8)

Description

amcryptsimple calls gpg to perform symmetric data encryption on Amanda backup.  amcryptsimple will search
       for the gpg program in the following directories: /usr/local/bin:/usr/bin:/usr/sbin:/bin:/sbinamcryptsimple uses one passphrase to encrypt the Amanda data and uses the same passphrase to decrypt the
       Amanda backup data.  amcryptsimple uses AES256 as the symmetric cipher.

How To Create Passphrase

       Store the passphrase inside the home-directory of the Amanda user ($amanda_user) and protect it with
       proper permissions:

       echo my_secret_passphrase > ~$amanda_user/.am_passphrase
       chown $amanda_user:disk ~$amanda_user/.am_passphrase
       chmod 700 ~$amanda_user/.am_passphrase

Name

       amcryptsimple - reference simple crypt program for Amanda symmetric data encryption

Notes

       Choose a good passphrase and protect it properly. Backup data can only be restored with the passphrase.
       There is no backdoor.

       If storing and securing passphrase in your environment presents challenges, Amanda provide public-key
       data encryption through amgpgcrypt. Public-key encryption uses the public key to encrypt and uses the
       private key to decrypt.

See Also

amanda(8), amanda.conf(5), amcrypt(8), amgpgcrypt(8), amrestore(8), gpg(1)

       The Amanda Wiki: : http://wiki.zmanda.com/

Synopsis

amcryptsimple  to be called by Amanda only

See Also