On Sat, 3 Sep 2005 10:02:31 -0400, Jeffrey Tadlock said: > Am I typing something wrong? Here is what I typed:
> gpg --encrypt-files -r "System Administrator" -z 0 < sql-db.bak > sql-db.gpg Sorry, I missed that you are using --encrypt-files. This command is deifferent to --encrypt in that it takes a list of filenames from stdin or a given filename and encrypts all files given in this list. This is not what you want. use gpg --encrypt -r "System Administrator" -z 0 < sql-db.bak > sql-db.gpg Salam-Shalom, Werner _______________________________________________ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-users