heyday Posted March 26, 2003 Share Posted March 26, 2003 Sorry for the totaly newbie question...... I used to know this. I want to backup my catalog folder with tar or gzip.... what commands do I type at my telnet console? heyday -- http://www.auctionpals.com Long Distance as low as 2.9 cents http://www.phonecow.com Link to comment Share on other sites More sharing options...
heyday Posted March 27, 2003 Author Share Posted March 27, 2003 I tried doing a tar -zcf catalog.tgz catalog it created about a 1 meg file but when I downloaded it... it was corrupt.... Anyone know the command to do it right? heyday -- http://www.auctionpals.com Long Distance as low as 2.9 cents http://www.phonecow.com Link to comment Share on other sites More sharing options...
mtnlyon001 Posted April 1, 2003 Share Posted April 1, 2003 I use the unix command: find /var/www/html |tar zcf backup1.tgz -T- to back up oscommerce files I use the mysql command: /usr/bin/mysqlhotcopy --user=xxx --password=xxx --allowold catalog /mysql_backup to backup the mysql oscommerce DB Hope this helps. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.