<div dir="ltr"><div><div><div><div><div><div>Hello!<br>This issue is not clear, I am try to describe your steps, as I understood</div>1. you execute on <b>host1</b> command like:<br><i>tar -cf - <SOME-DIR> | gpg --homedir <PGP-KEYS-SPECIAL-DIR> --encrypt --recipient <SOME-RECIPIENT> -o <ENCIPTRD-FILE>.gpg<br></i></div>2. copy <i><ENCIPTRD-FILE>.gpg </i>onto <b>host2</b></div><div>3. copy <i><PGP-KEYS-SPECIAL-DIR> </i>onto <b>host2</b></div>4. execute on <b>host2:</b><i><br>mkdir <SOME-DIR>; gpg --homedir <PGP-KEYS-SPECIAL-DIR> --decrypt <ENCIPTRD-FILE>.gpg | tar -xf - -C <SOME-DIR><br></i></div>5. you expect that files from <SOME-DIR> on <b>host1</b> will be restored on <SOME-DIR> on <b>host2<br></b><br></div>I repeat it on my env, looks like all is working<br>Something going wrong in that steps for your case?</div><div>Could you please point on that step issue appears by your mind</div></div>