Changeset 956 for TI01-discovery
- Timestamp:
- 18/05/06 16:32:01 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI01-discovery/trunk/ingestAutomation/exist_backup.py
r909 r956 15 15 # Note password is not actually in this public version. 16 16 # Have to change xxxxx to actual in production version. 17 # 12/05/06 SEL spelling correction 18 # 18/05/06 SEL Don't echo the password 17 19 # 18 20 import sys … … 41 43 42 44 cmd = "/usr/local/eXist/bin/backup_ndg.sh -d /usr/local/eXist/backup -u admin - p xxxxxxx -b /db -ouri=" + database 43 print "Executing: ", cmd45 print "Executing: the actual backup command" 44 46 status = os.system (cmd) 45 47 if status != 0:
Note: See TracChangeset
for help on using the changeset viewer.