mobi_2.0

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revisionBoth sides next revision
mobi_2.0 [31.12.2020 08:58] – [Burp] Pascal Sutermobi_2.0 [31.12.2020 09:00] – [Burp] Pascal Suter
Line 57: Line 57:
     * the advantage of any of these snapshot method is, that they will work no matter what the burp developers decide to change in the future about how they store backups.. so we don't need to mess with internals of burp to get a remote backup running, where with rsync we need to know what burp does exactly and how we can back up the right data to preserve this functionality.      * the advantage of any of these snapshot method is, that they will work no matter what the burp developers decide to change in the future about how they store backups.. so we don't need to mess with internals of burp to get a remote backup running, where with rsync we need to know what burp does exactly and how we can back up the right data to preserve this functionality. 
  
 +the main advantages of using burp over a selve made variant are
 +  * burp is tested and trusted by many
 +  * burp already solves the permission issues 
 +  * burp provides a way to browse client-side encrypted backups already
 +  * we only have to implement a secondary backup solution. so this is probably a lot less work over all 
 +  * we get additional features such as windows backups for free which might be appreciated in the future. 
 ==== self-made collection of other tools ==== ==== self-made collection of other tools ====
 so "self made" is a bit flexible here.. what i mean is a larger script that will use a combination of several tools together:  so "self made" is a bit flexible here.. what i mean is a larger script that will use a combination of several tools together: