jablonka.czprosek.czf

hotsanic

Subversion Repositories:
[/] [trunk/] [rrdgraphram] - Diff between revs 24 and 25

Show entire file Ignore whitespace

Rev 24 Rev 25
Line 9... Line 9...
   
. ./settings . ./settings
   
case $1 in case $1 in
start) start)
  echo "Saving rrdtimer folder into start backup..."
  /bin/mount / -o remount,rw,noatime
  archiv=/optbackup.tgz
  tar cfz $archiv /opt/HotSaNIC
echo "Loading rrdtimer folder..." echo "Loading rrdtimer folder..."
posledni=`ls -c /opt_* | head -n 1 ` posledni=`ls -c /opt_* | head -n 1 `
cd "/" cd "/"
tar xfz $posledni tar xfz $posledni
cd "/opt/HotSaNIC" cd "/opt/HotSaNIC"

Powered by WebSVN 2.2.1