]> git.sesse.net Git - backup.sh/commitdiff
*** empty log message ***
authorroot <empty>
Thu, 19 Oct 2000 10:38:49 +0000 (10:38 +0000)
committerroot <empty>
Thu, 19 Oct 2000 10:38:49 +0000 (10:38 +0000)
backup.sh

index 7512b31b4312a5c87d4a9cd01596c6a9dad74b54..0f8ed66fdd51457f176dd1b79dbe3ae9356bcf5c 100755 (executable)
--- a/backup.sh
+++ b/backup.sh
@@ -12,8 +12,7 @@ exclude=$confdir/exclude
 ###
 
 #syntax of remotestat:
-#hostname:/directory/ or
-#hostname:/directory/file
+#hostname:/directory/
 remotestatf=$confdir/remotestat
 [ -f $remotestatf ] && remotestat=`cat $remotestatf`
 ###