phpbu icon indicating copy to clipboard operation
phpbu copied to clipboard

[Feature/Bug] Amazon S3

Open bemanuel opened this issue 2 years ago • 1 comments

When the target is a directory, S3 sync just copies the directory name and forget its content. Maybe I'm doing some mistake? I'm using PHP7.2 / PHPBU 6.0.15 -> PGDump -> useMultiPartUpload

bemanuel avatar Sep 14 '21 12:09 bemanuel

Maybe if I implement tar compression for it, could be better than upload a directory full of different files from the same dump. I was thinking of tar because sometimes, like a pgdump directory, the process still compresses the files and using tar to avoid unnecessary usage of CPU.

bemanuel avatar Sep 14 '21 12:09 bemanuel