<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1013919" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1013919</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/web-site-backup-script#comment-1081264</link>
    <description> &lt;p&gt;If you&#039;re running on Linux or other Unices, check out the utility wget (&lt;a href=&quot;http://www.gnu.org/software/wget/wget.html&quot; class=&quot;bb-url&quot;&gt;gnu.org/software/wget/wget.html&lt;/a&gt;) as well.  It recursively traverses from a starting URL, and can pull over the user-visible portions of a site and build a backup/mirror.&lt;/p&gt;
&lt;p&gt;Leo&lt;/p&gt;
 </description>
     <pubDate>Tue, 17 Apr 2001 23:10:02 +0000</pubDate>
 <dc:creator />
 <guid isPermaLink="false">comment 1081264 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/web-site-backup-script#comment-1080554</link>
    <description> &lt;p&gt;If you have experience with Unix programming and know Pico language then using Telnet shell access works fine but some Host does not provide this feature or you have to pay extra for it.&lt;/p&gt;
&lt;p&gt;For most users to do a full backup of your site on your Host&#039;s server, I would suggest using FTP. I use it often for some of my clients&#039; site having interactive, database, password protect directories, so should my Host have problems with their server, I just upload all my file again. &lt;/p&gt;
&lt;p&gt;For beginners only:&lt;/p&gt;
&lt;p&gt;1)Create a folder on your harddisk.&lt;br /&gt;
2)Connect to your Host server using FTP.&lt;br /&gt;
3)Move up to your root directory.&lt;br /&gt;
4)Switch your FTP to auto.&lt;br /&gt;
5)Highlight all the folders/directories on Host&#039;s server.&lt;br /&gt;
6)Make sure your folder is the right one on your harddisk.&lt;br /&gt;
7)Click Download/transfer button.     &lt;/p&gt;
&lt;p&gt;All files that your have on the server will be downloaded to the required folder on your harddisk.&lt;/p&gt;
 </description>
     <pubDate>Wed, 04 Apr 2001 03:16:36 +0000</pubDate>
 <dc:creator>NSS</dc:creator>
 <guid isPermaLink="false">comment 1080554 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/web-site-backup-script#comment-1080543</link>
    <description> &lt;p&gt;I will go try it right now.&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;
 </description>
     <pubDate>Wed, 04 Apr 2001 02:15:20 +0000</pubDate>
 <dc:creator>arturo</dc:creator>
 <guid isPermaLink="false">comment 1080543 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/web-site-backup-script#comment-1080542</link>
    <description> &lt;p&gt;You should be able to use either the tar or gzip commands to do what you want... You can get more information such as available options and usage info by typing:&lt;br /&gt;
tar --help&lt;br /&gt;
or&lt;br /&gt;
gzip --help&lt;/p&gt;
&lt;p&gt;at the command line.&lt;/p&gt;
&lt;p&gt;Brian&lt;/p&gt;
 </description>
     <pubDate>Wed, 04 Apr 2001 02:12:44 +0000</pubDate>
 <dc:creator>Brian Farkas</dc:creator>
 <guid isPermaLink="false">comment 1080542 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/web-site-backup-script#comment-1080532</link>
    <description> &lt;p&gt;Or is the following closer to what you would use to make a backup of a web site:&lt;/p&gt;
&lt;p&gt;&amp;lt;--begin snippet--&amp;gt;&lt;/p&gt;
&lt;p&gt;find  . -name &quot;*.[ch]&quot; -print | zip  source -@ &lt;/p&gt;
&lt;p&gt;&amp;lt;--end snippet&amp;gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 04 Apr 2001 00:55:10 +0000</pubDate>
 <dc:creator>arturo</dc:creator>
 <guid isPermaLink="false">comment 1080532 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/web-site-backup-script#comment-1080531</link>
    <description> &lt;p&gt;In searching for more information, I came up with the following:&lt;/p&gt;
&lt;p&gt;&amp;lt;--begin snippet--&amp;gt;&lt;br /&gt;
Tar Zipping Archive &lt;/p&gt;
&lt;p&gt;gtar  -cvfz archive.tar.gz dir&lt;br /&gt;
&amp;lt;--end snippet--&amp;gt;&lt;/p&gt;
&lt;p&gt;Do I telnet to the server and do something like this? Would this archive the whole web site?&lt;/p&gt;
&lt;p&gt;(Thank you for your help!)&lt;/p&gt;
 </description>
     <pubDate>Wed, 04 Apr 2001 00:53:12 +0000</pubDate>
 <dc:creator>arturo</dc:creator>
 <guid isPermaLink="false">comment 1080531 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/web-site-backup-script#comment-1080528</link>
    <description> &lt;p&gt;&quot;tar up your directory on your web server and download it to your computer&quot;&lt;/p&gt;
&lt;p&gt;I guess that&#039;s what I would like to do, but do not yet know how. I DO have telnet access to the server, though.&lt;/p&gt;
 </description>
     <pubDate>Wed, 04 Apr 2001 00:42:16 +0000</pubDate>
 <dc:creator>arturo</dc:creator>
 <guid isPermaLink="false">comment 1080528 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/web-site-backup-script#comment-1080524</link>
    <description> &lt;p&gt;Usually your host would have backups... But you should usually keep your own as well. I would recommend just keeping an active version of your web site on your home computer, you can also tar up your directory on your web server and download it to your computer.&lt;/p&gt;
&lt;p&gt;Brian&lt;/p&gt;
 </description>
     <pubDate>Wed, 04 Apr 2001 00:36:41 +0000</pubDate>
 <dc:creator>Brian Farkas</dc:creator>
 <guid isPermaLink="false">comment 1080524 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
