Fork me on GitHub

Differences

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

Link to this comparison view

Next revision
Previous revision
developer:basicbackup [2009/04/20 05:02]
henri created
developer:basicbackup [2009/04/20 05:07]
henri
Line 4: Line 4:
 It uses diskutil on Mac OS X to generate a disk image and then copy this disk image to a location. Improvements are welcome. It uses diskutil on Mac OS X to generate a disk image and then copy this disk image to a location. Improvements are welcome.
  
-<fiile>+<file>
 #!/bin/bash #!/bin/bash
  
Line 62: Line 62:
  
 function run_backup { function run_backup {
- 
-        # Backup RADmind Certs 
                
        ​ current_date=`date "​+%Y-%m-%d"​`        ​ current_date=`date "​+%Y-%m-%d"​`