We have a website hosted on a Linux server. The website itself resides under directory (public_html/).
Unfortunately, the hosting company does not provide a way to backup our files. I heard of a way of "tar" and then "ftp" the content to a local server within our company, so that our nightly backup tapes can do a backup.
I need a script that will "TAR" the entire "public_html/" directory and all the content in it, and then FTP it to a remote location (our office).
We have an FTP server setup inside IIS6 locally. The Web Server is hosted by a hosting company, and we need it to send things to our local FTP server.
Hope that wasn't too much details.
Start Free Trial