This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #------------------------------------------------------------------------------ | |
| # Module: cubetools | |
| #------------------------------------------------------------------------------ | |
| # | |
| # Description: | |
| # Module to work with Gaussian cube format files | |
| # (see http://paulbourke.net/dataformats/cube/) | |
| # | |
| #------------------------------------------------------------------------------ | |
| # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| set -e | |
| ############################################################################### | |
| # This script tries to repair a Time Machine *network* backup (i.e. an APF | |
| # share containing a sparsebundle) that is shared over a network using e.g. an | |
| # Apple TimeCapsule, a NAS, Raspberry PI, ... | |
| # The script must be run on the computer that created the backup | |
| # |
OlderNewer