On Thu, 21 Feb 2013 08:50, f_phil...@fastmail.net said:

> Better approach (in bash, at least):
> tar --create --null --files-from=<(find ... -print0) | gpg ...

As usual --files-from (or -T) takes input from stdin if you use "-" as
file name.  Thus there is no need for strange Bash options.  -print0 is
no standard but anyway highly useful, BSD tars seem not to have -T but
you may use gpgtar which features -T and --null.


Shalom-Salam,

   Werner

-- 
Die Gedanken sind frei.  Ausnahmen regelt ein Bundesgesetz.


_______________________________________________
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users

Reply via email to