Backup via web download

From Wiki

Revision as of 19:53, 23 January 2006 by Admin (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Backup Via wget

Also does a continual log

wget -O = write to the approriate file and concatenate

#!/bin/bash
x=1
while [ $x ]
do
wget http://website -O active.txt
sleep 500
done
Personal tools