wings/server/backup
Dane Everitt de30e2fcc9
Dont attempt to get size within archive process, will return empty; ref pterodactyl/panel#2420
The stat call is operating against an unflushed file if called in the archive function, so you'll just get the emtpy archive size, rather than the final size.

Plus, we only used the file stat in one place, so slight efficiency win?
2020-09-27 11:16:38 -07:00
..
archiver.go Dont attempt to get size within archive process, will return empty; ref pterodactyl/panel#2420 2020-09-27 11:16:38 -07:00
backup_local.go Dont attempt to get size within archive process, will return empty; ref pterodactyl/panel#2420 2020-09-27 11:16:38 -07:00
backup_request.go Abstract out shared backup functionality 2020-05-02 15:02:02 -07:00
backup_s3.go Dont attempt to get size within archive process, will return empty; ref pterodactyl/panel#2420 2020-09-27 11:16:38 -07:00
backup.go Pass the checksum type along in the request 2020-08-23 17:52:46 -07:00
included.go Significant CPU and syscall performance improvements when iterating large directories 2020-08-24 20:45:54 -07:00