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

Enhancement: reduce temporary disk space during restore #9

Closed joshbmarshall closed 4 years ago

joshbmarshall commented 4 years ago

Currently a data restore extracts the information from the borg repo to a temporary folder, rsync's the data across to the live spot, then deletes the temporary folder. We could reduce the amount of temporary disk usage and disk bandwidth by restoring directly to the final destination. @ramirojoaquin I will work on this and create a pull request

joshbmarshall commented 4 years ago

Hi this enhancement has been added to pull request #7