1
0
mirror of https://github.com/n1trux/awesome-sysadmin.git synced 2025-03-13 22:28:09 +00:00

Adding PHPBU

This commit is contained in:
Christopher Turner 2019-01-02 15:23:09 -08:00 committed by GitHub
parent 18c6eff72c
commit d75ad876c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,6 +92,7 @@
* [Duplicity](http://duplicity.nongnu.org/) - Encrypted bandwidth-efficient backup using the rsync algorithm.
* [Elkarbackup](https://github.com/elkarbackup/elkarbackup) - Backup solution based on RSnapshot with a simple web interface
* [Lsyncd](https://github.com/axkibe/lsyncd) - File Monitor which spawns a process to synchronize the changes (rsync by default).
* [PHPBU](https://github.com/sebastianfeldmann/phpbu) - a PHP framework that creates, encrypts, and syncs your backups.
* [rclone](https://rclone.org/) - a command line program to sync files and directories to and from several cloud storage systems/providers.
* [Rdiff-backup](http://www.nongnu.org/rdiff-backup/) - An easy A remote incremental backup of all your files.
* [Restic](https://restic.net/) - Secure, remote backup tool. Designed to be easy, fast, verifiable and efficient.