vestacp-borg-incremental-backups icon indicating copy to clipboard operation
vestacp-borg-incremental-backups copied to clipboard

Enhancement: Pure offline backup option

Open joshbmarshall opened this issue 5 years ago • 2 comments

To reduce the space on the server, make it optional to have the borg repositories on another server, accessible by ssh @ramirojoaquin I will work on this and create a pull request

joshbmarshall avatar Jan 05 '20 02:01 joshbmarshall

@joshbmarshall using your PR, what needs to change in the config(?) to make the backup pure to offline? Trying to look at the diff but there is quite a lot of changes. Thanks ahead, this is exactly what I want to try and do :+1:

AndrewBarber avatar Feb 17 '20 15:02 AndrewBarber

@AndrewBarber the config changes are minimal:

BORG_SERVER= BORG_SERVER_PORT=22 BORG_SERVER_USER=borg BORG_SERVER_DIR=/data/hostname

Just make sure you have set up ssh keys and can log in from the command line to/from the user Any issues with it reply here and I'll help you out

joshbmarshall avatar Feb 18 '20 23:02 joshbmarshall