gpg encrypted backup fails in crontab

If you using gpg for your encrypted backup and it fails after you put it in crontab make sure you have the "--no-tty" option enabled for gpg.

Otherwise you get this error: "cannot open /dev/tty: No such device or address" and the backup size is 0 byte.

Kim Klotz