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

phpbu --restore should print out a restore guide. However, nothing happens (except the same printout that you would get without --restore)

Hello, I have configured PHPBU to synchronize the backup files via FTP, and I have configured a cleanup on the FTP server in the following way: ``` "syncs": [ {...

I can't use PHPBU with mysqldump on certain shared webhostings because PROCESS privileges are required since MySQL 5.7.31 and MySQL 8.0.21. Could you add the `--no-tablespaces` option which would solve...

Trying to speed up tar, I thougth that maybe you can add a sync method that is tar+ssh into a destination. This way, we save writing on the origin, which...

https://mariadb.com/kb/en/mariabackup-overview/ >Mariabackup is an open source tool provided by MariaDB for performing physical online backups of [InnoDB](https://mariadb.com/kb/en/innodb/), [Aria](https://mariadb.com/kb/en/aria/) and [MyISAM](https://mariadb.com/kb/en/myisam/) tables. For InnoDB, “hot online” backups are possible. It was...

feature-request

Well basically I've got `PHP 7.4.33` running. I've downloaded the phar file from https://phar.phpbu.de/phpbu-6.0.20.phar that apparently is compatible with my php version. Then when I run it: ``` -bash-4.2$ /opt/plesk/php/7.4/bin/php...

Hi, How can I use the rsync option with a specific ssh port? I tried: `` But this, nor any variants of this args option works...

Symfony CLI version 5.8.15 phpbu 6.0.22 by Sebastian Feldmann and contributors. Runtime: PHP 7.4.33 Configuration: /home/user/backup/config.xml PHP Parse error: syntax error, unexpected '|', expecting variable (T_VARIABLE) in phar:///home/user/backup/phpbu.phar/lib/symfony/process/Process.php on line...

First a little bit of a disclaimer: i barely/don't know what i'm doing :-) And somebody who actually knows more about this stuff should update the manual. But i thought...

It would be nice if you can trigger a log webhook just for errors as it is already implemented for email logging.