Jason Pell

Results 4 issues of Jason Pell

If I run s4cmd via ssh I see no progress, but if I go in and manually disable these lines: ``` if not (sys.stdout.isatty() and sys.stderr.isatty()): return ``` I see...

…out the private key when doing delta backups This makes it possible to only use the public key for backups, and only need the private key for restores. This issue...