sebastianfeldmann / phpbu

PHP Backup Utility - Creates and encrypts database and file backups, syncs your backups to other servers or cloud services and assists you monitor your backup process
https://phpbu.de
Other
1.3k stars 110 forks source link

[Feature/Bug] Amazon S3 #303

Open bemanuel opened 3 years ago

bemanuel commented 3 years ago

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 commented 3 years ago

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.