Changeset 30 for SH_SHM/trunk/doc
- Timestamp:
- 10/30/2008 10:35:00 PM (14 years ago)
- Location:
- SH_SHM/trunk/doc/html
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
SH_SHM/trunk/doc/html/sfdb.html
r16 r30 53 53 </P> 54 54 <P> 55 Based on this concept on (A)-, (B)- and (C)-type fil s an55 Based on this concept on (A)-, (B)- and (C)-type files an 56 56 <a href="sfdb_archiving.html">archiving system</a> is implemented at the SZGRF. 57 57 </P> -
SH_SHM/trunk/doc/html/sfdb_archiving.html
r16 r30 97 97 <h3>Archiving routines</h3> 98 98 The routines for processing the archiving functions are <i>ArchAtoB.py</i> and 99 <i>archiver.py</i>. Both Python scripts are in the directory <i>$ SH_UTIL/sfdb</i>.99 <i>archiver.py</i>. Both Python scripts are in the directory <i>$DPROG/sfdb</i>. 100 100 A typical crontab entry would look like 101 101 </p> 102 102 <p><i> 103 22 3,6,9 * * * / usr/local/SH/shlink/util/sfdb/ArchAtoB.py 12 >>log/ArchAtoB.log 2>&1<br>104 59 15 * * * / usr/local/SH/shlink/util/sfdb/archiver.py >>log/archiver.log 2>&1103 22 3,6,9 * * * /programs/linux/dprog/sfdb/ArchAtoB.py 12 >>log/ArchAtoB.log 2>&1<br> 104 59 15 * * * /programs/linux/dprog/sfdb/archiver.py >>log/archiver.log 2>&1 105 105 </i></p> 106 106 <p> … … 116 116 </p> 117 117 118 <P><small>This page last modified 2 8-Feb-2007</small></P>118 <P><small>This page last modified 21-Jan-2008</small></P> 119 119 </BODY> 120 120 </HTML>
Note: See TracChangeset
for help on using the changeset viewer.