User Tools

Site Tools


backup_via_web_download

Backup_via_web_download

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

backup_via_web_download.txt · Last modified: 2022/07/19 21:13 by 127.0.0.1