phpbu icon indicating copy to clipboard operation
phpbu copied to clipboard

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

Results 65 phpbu issues
Sort by recently updated
recently updated
newest added

Sometimes, building the tar file can fail because the disk does not have enough space. It would be great if, when this happens, phpbu could remove the partial tar/zip file...

bug

I tried to upload a very large file... the Error response is that there was nothing to upload. I also tried to upload via ftp but my backup-server works via...

As mentioned above. No Error is send via smtp when following message gets triggered: "could not find directory to compress".

`pigz` is parallel gzip: https://zlib.net/pigz/ Is there a viable method to tell `phpbu` to use a non-standard program to make the archives? I understand that when `.gz` files are specified,...

I just discover https://github.com/maxbube/mydumper/ which is an alternative for mysqldump as they explain on this link https://wikitech.wikimedia.org/wiki/MariaDB#Dumping_tables_with_mydumper It is made for handling big databases and it could be a great...

Hey Sebastian Thanks for creating PHPBU! I'm using it on shared hosting. It works very well when using it via command line, but I get this error when using it...

question

IDK if people running windows are really your target-audience but i thought I might mention two important things as they drove me nuts when i tried running phpbu on Win10....

OpenSSL SMIME cannot decrypt files over 1.5GB and encryption truncates at 1.9GB. See https://github.com/openssl/openssl/issues/2515. Unfortunately it fails silently (returning 0) when encrypting in both these situations, causing PHPBU to continue...

bug

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...

I'm trying to exclude the composer `vendor` directory from my project's backups. The problem is my project has multiple `vendor` directories. To exclude _only_ the composer vendor directory I need...