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
Backup and sync are now very various and powerful, but logging isn't I guess. We have only json file, email and webhook. But in our work we use great messengers,...
This is about the deleting backups after x days/months remotley (on Amazon S3). https://docs.aws.amazon.com/AmazonS3/latest/dev/lifecycle-expire-general-considerations.html Sebastian, any ideas how to implement it?
Hi, First of all, thanks for this great tool! It is amazing how easy is to manage backups with it. I has been able to create and sync my first...
Add the settings necessary for incremental backups f.e., `--incremental-basedir` https://www.percona.com/doc/percona-xtrabackup/2.1/xtrabackup_bin/incremental_backups.html
We should create a vagrantfile so that an local environment can be easily booted for testing. We also need a setup script (for travis and vagrant) to install the servers...
I am getting some errors with big uploads: ``` Exception 'phpbu\App\Backup\Sync\Exception' with message 'An exception occurred while uploading parts to a multipart upload. The following parts had errors: - Part...
Hi, I am testing backblazeb2 and it is giving me some errors. It seems to be the same error twice. I have a backup config file with 3 backups, 2...
Hi, I'm trying to use the GPG crypt method, that was added here #201 . This is not documented in the wiki, but I tried anyway as I saw it...
Does anybody have one for us _not-so-technically-savvy_? lol I tried using several different online XML to JSON converters with the XML example from: https://phpbu.de/manual/current/en/logging.html#logging.webhook but they're not working (I get...
I'm creating a logbook in my PostgreSQL database where a lot of rows will be created. Can phpbu split the back-up into multiple files? Otherwise it won't be very readable