Differences From Artifact [2260c28117]:
- Executable file mttroot/mtt/bin/mtt_backups — part of check-in [06a52a4b68] at 2000-10-03 12:15:45 on branch origin/master — Initial revision (user: gawthrop@users.sourceforge.net, size: 110) [annotate] [blame] [check-ins using] [more...]
To Artifact [91abddd29d]:
- Executable file mttroot/mtt/bin/mtt_backups — part of check-in [5b1df24ff4] at 2000-10-03 12:17:58 on branch origin/master — Prints usage line (user: gawthrop@users.sourceforge.net, size: 191) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 6 7 | #!/bin/sh # Does a backup with date of all mtt components mtt_backup $1 mtt_backup $1 lib mtt_backup $1 doc | > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 | #!/bin/sh # Does a backup with date of all mtt components # $Log$ if [ -z "$1" ]; then echo "Usage: mtt_backups [-v|-d]" exit fi mtt_backup $1 mtt_backup $1 lib mtt_backup $1 doc |