Changeset 962 for TI01-discovery
- Timestamp:
- 19/05/06 11:59:23 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI01-discovery/trunk/ingestAutomation/exist_backup.py
r956 r962 42 42 print " Backup directory: ", backup_directory 43 43 44 cmd = "/usr/local/eXist/bin/backup_ndg.sh -d /usr/local/eXist/backup -u admin - 44 cmd = "/usr/local/eXist/bin/backup_ndg.sh -d /usr/local/eXist/backup -u admin -p xxxxxxx -b /db -ouri=" + database 45 45 print "Executing: the actual backup command" 46 46 status = os.system (cmd)
Note: See TracChangeset
for help on using the changeset viewer.