phpbu
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
Hello, are you gonna support the new version of xtrabackup for MySQL 8? Because the old one doesn't work with MySQL 8.
Hi, this is my output: phpbu 6.0.13 by Sebastian Feldmann and contributors. Runtime: PHP 7.2.34 Configuration: /data/scripts/phpbu.xml.dist Time: 1 second, Memory: 4.00MB Exception 'RuntimeException' with message 'Command failed: exit-code: -1...
I was using mysqldump to backup the database. However, during the recovery, the trigger is not in the database. Is there any solution?
I have a very simple rsync backup: ```xml ``` After a few mins of running it seems to stall, at this point `phpbu` CPU usage goes 100% and the `rsync`...
Hi, Related: https://github.com/sebastianfeldmann/phpbu/issues/104 I am getting high CPU usage. I am using the pv but it does not seem to work at all. https://shared.wpherc.com/kpuNXWEB https://shared.wpherc.com/WnulQDJ5 As you can see on...
docs mention incremental backup for tar but not rsync? is that correct? (i've not tried phpbb yet) i've created a simple multi-host backup manager bash script, using rsync hard links...
Hi, TLDR: Add an option to send the failed backups notification to a different address (or addresses). I come back with a new suggestion about emails. So far improving logging...
I set this cleanup on an rsynced folder: ```json "cleanup": { "type": "quantity", "options": { "amount": "2" } } ``` I ran it several imes, now I have 4 folders,...
This is a feature suggestion. As far as i can tell from documentation S3 Storage Classes are not supported currently. I think it would be a nice addition as Backups...
I found the messages beyond in my logs. ``` Exception 'phpbu\App\Exception' with message 'could not find directory to compress' in phar:///home/tools/phpbu/Backup/Source/Tar.php:148 ``` I really would like to know which directory...