GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   How do I, back up server but Only .htm files? (https://gfy.com/showthread.php?t=872826)

GotGauge 12-01-2008 08:31 PM

How do I, back up server but Only .htm files?
 
Looking for a way to download all the .htm, .html, .php files on the server, but keep directory structure in place?
I just don't want to download all the pic and movie files...

I looked for some setting on FTP, but couldn't find any.

Anyone know of a FTP program, or any program that does this?

Aron
22264474

Corleone 12-01-2008 08:32 PM

you should talk to your host about a special script. am sure they can do it for you. got custom backups as well

ExLust 12-01-2008 09:06 PM

Had you tried using SSH? Let's say your web host stores all your public files in a directory named /path/to/html_folder. In that case, we're going to do something like this:

Quote:

tar -cf `date +%F`.tar /path/to/html_folder
and then

Quote:

bzip2 `date +%F`.tar
Or you could ask your webhost to support with you.

- Jesus Christ - 12-01-2008 09:11 PM

flash fxp has download filters. there is probably a freeware FTP client that has filters if you look.

for people more advanced this is what I recommend as a backup solution for Unix based OSs
http://duplicity.nongnu.org/

the best remote incremental backup software imo.


All times are GMT -7. The time now is 02:22 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123