my_new_backup_solution_with_burp

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revisionBoth sides next revision
my_new_backup_solution_with_burp [20.09.2021 21:44] – [setup a backup report script] Pascal Sutermy_new_backup_solution_with_burp [20.09.2021 21:47] – [setup a backup report script] Pascal Suter
Line 65: Line 65:
 with this set to 1, an attacker could potentially push data to the client by forcing a restore of a tampered backup or they could simply erase data by restoring an old version of certain files. we don't want that!  with this set to 1, an attacker could potentially push data to the client by forcing a restore of a tampered backup or they could simply erase data by restoring an old version of certain files. we don't want that! 
  
-===== first start =====+====== first start ======
 start burp on the backup server start burp on the backup server
   systemctl enable --now burp    systemctl enable --now burp 
Line 81: Line 81:
   0,20,40 * * * * /usr/sbin/burp -a t -q 1200 >>/var/log/burp-client 2>&1   0,20,40 * * * * /usr/sbin/burp -a t -q 1200 >>/var/log/burp-client 2>&1
  
-===== setup a backup report script =====+====== setup a backup report script ======
 i wrote a [[burp backup report generator script|script to send reports on a daily basis]] listing all backups and their age. since burp does not run a backup of all machines at once, but rather lets the client machines start a new backup whenever it is due, we have to create a backup report independent of any running jobs at a fixed time of the day (or week). I personally like systems that also send an email when things are good. this assures that you will get the alert if one is needed.  i wrote a [[burp backup report generator script|script to send reports on a daily basis]] listing all backups and their age. since burp does not run a backup of all machines at once, but rather lets the client machines start a new backup whenever it is due, we have to create a backup report independent of any running jobs at a fixed time of the day (or week). I personally like systems that also send an email when things are good. this assures that you will get the alert if one is needed. 
  
  • my_new_backup_solution_with_burp.txt
  • Last modified: 20.09.2021 22:01
  • by Pascal Suter