Most space-efficient way to store log entries

Cameron Simpson cs at zip.com.au
Thu Oct 29 17:28:07 EDT 2015


On 29Oct2015 09:15, Laura Creighton <lac at openend.se> wrote:
>Did the OP say he wanted to keep his compressed logfiles on a
>local disk?  What if he wants to send them across the internet
>to some other machine and would like the transfer to happen as
>quickly as possible?

Then he's still better off keeping them uncompressed and using compression in 
the transfer. "ssh -o compression=yes" or "rsync -z", etc.

Cheers,
Cameron Simpson <cs at zip.com.au>



More information about the Python-list mailing list