vrytired

Members
  • Posts

    5
  • Joined

  • Last visited

vrytired's Achievements

Noob

Noob (1/14)

3

Reputation

  1. The Flash Backup function of the My Servers plugin appears to keep the backups in public S3 buckets on AWS. Is there any security concerns doing it this way? How is this not enormously expensive for storage and egress? If someone wrote 100GB of extraneous data to their flash drive, would all that extra data get uploaded to S3 as well, or will the Flash Backup function abort after a certain file size is reached?
  2. https://github.com/rockdaboot/wget2 It's the successor to the original wget. It's multi-threaded and recursive. Axel downloads 1 file in parallel to download 1 file faster. Wget2 downloads multiple files at a time recursively. Different use case.
  3. Requesting sg3utils and wget2, thank you.
  4. Apologies if this has already been addressed elsewhere, but are there any plans to change from gzip to zstd? I believe there's some performance gains to be had here.
  5. This is probably a little esoteric, but I figure it doesn't hurt to ask. I'd like to request "wget2"