ramirojoaquin / vestacp-borg-incremental-backups

A series of bash scripts to perform incremental backups of Vesta Control Panel users and server config, using Borg Backup as backend.
GNU General Public License v3.0
23 stars 15 forks source link

Move database backups from being compressed into the user dir to bein… #5

Closed joshbmarshall closed 4 years ago

joshbmarshall commented 4 years ago

…g piped into borg to store in a database repository per user. Increases deduplication efficiency and removes temporary disk usage Addresses issue #4

ramirojoaquin commented 4 years ago

Nice work!