Difference between revisions of "Dirvish"

From HyperSecurity Wiki
Jump to: navigation, search
 
Line 1: Line 1:
 
  http://www.hypersecuresolutions.com/wiki/images/e/ec/DirvishBackups.txt
 
  http://www.hypersecuresolutions.com/wiki/images/e/ec/DirvishBackups.txt
  
  #!/bin/bash
+
  #How to create a vault
 +
/sbin/dirvish --vault {name} --init
  
 
  #Removes expired backups
 
  #Removes expired backups

Latest revision as of 04:01, 30 October 2015

http://www.hypersecuresolutions.com/wiki/images/e/ec/DirvishBackups.txt
#How to create a vault
/sbin/dirvish --vault {name} --init
#Removes expired backups
/sbin/dirvish-expire 
#Runs all dirvish backups
/sbin/dirvish-runall