gebn / plexbackup

Backs up Plex's database to S3
MIT License
3 stars 0 forks source link

Add formatted size of backup to log line #25

Closed gebn closed 4 years ago

gebn commented 4 years ago

This requires a little more consideration, as the size is not returned by S3, and as we are using pipes, we're not currently sure how many bytes we upload. We could inject another passthrough pipe which simply counts the number of bytes.