- Moderated by:
- Support
-
- rank:
-
Registered User
- registered:
- October 2006
- Status:
- offline
- last visit:
- 31.10.06
- Posts:
- 1
We've been wanting to download a complete PostNuke website and have it written onto a CD, as per the client's requirement. We've faced several issues, such as continuous never ending downloads - the overall website is about 4 GB in space, but downloads, using some 3rd party software, on all occasions has been more than 4GB.
Does anyone have any case study of such a download, and if yes, what tools did you use?
Thanks,
Rahul Dewan
www.srijan.in
-
- rank:
-
Helper
- registered:
- December 1969
- Status:
- offline
- last visit:
- 01.07.08
- Posts:
- 137
Have you tried using the tool HTTrack? I have used that several years ago and it seemed to do a fine job. Since it is still developed it might be what you are looking for.
--
greetings,
O. Encke
ASUS Notebook Forum -
- rank:
-
Softmore
- registered:
- February 2003
- Status:
- offline
- last visit:
- 30.05.07
- Posts:
- 53
What about Rsync?
I usually dump the SQL (using mysqldump) and use Rsync over SSH to sync my site. There's no limit to the size or anything that way. May want to exclude xanthia/compiled and other cache directories though.
If you don't have ssh, you could try a little util called cgitelnet, but it is inherently insecure and should be deleted from the server immediately after use. Using it rules out rsync, but you could still use tar and then ftp the compressed archive.
Dennis
