]> git.sesse.net Git - backup.sh/commitdiff
*** empty log message ***
authorroot <empty>
Mon, 16 Oct 2000 09:21:33 +0000 (09:21 +0000)
committerroot <empty>
Mon, 16 Oct 2000 09:21:33 +0000 (09:21 +0000)
backup.sh

index 87a33064e8f199d18169608f1bb4da0ada7a920d..4cd17d0e4db4104d20953c30d91a14b5d0208a3a 100755 (executable)
--- a/backup.sh
+++ b/backup.sh
@@ -9,6 +9,9 @@ storagedir=/backup                   #mountpoint of huge disc
 exclude=$confdir/exclude
 [ ! -f $exclude ] && printf "tmp\ncore\n" > $exclude
 
+remotestatf=$confdir/remotestat
+[ -f $remotestatf ] && remotestat=`cat $remotestatf`
+
 PATH=/local/bin:$PATH:/store/bin
 export PATH