Welcome to the JaguarPC Community
JaguarPC
Sales: (888) 338-5261
Support: (888)-551-3050
Results 1 to 5 of 5

This is a discussion on Hosting package: SDX back ups in the Shared & Semi-Dedicated forum
hi all could somebody please tell me which is the best way to back up my site with this package Hosting package: SDX can i ...

  1. #1
    JPC Member
    Join Date
    Sep 2007
    Posts
    5

    Hosting package: SDX back ups

    hi all
    could somebody please tell me which is the best way to back up my site with this package
    Hosting package: SDX
    can i have a daily site back with this package?
    the best way to do
    thanks in advance

  2. #2
    Yeah, I know a LOT! Vin DSL's Avatar
    Join Date
    Mar 2003
    Location
    Arizona Uplands
    Posts
    10,775
    There are two things I do...

    One requires your own install of phpMyAdmin, and the other requires WinSCP/PuTTY (WinSCP is built on top of PuTTY).

    All you have to do (Part 1) is backup your sql dbs using phpMyAdmin, and download them to your local machine.

    Then, use WinSCP to TAR the rest of your site[s] - and download that to your local machine.

    That's it!

    Ppl like Dogman like to mirror their site[s] using WinSCP, but my sites are too big - require a day or two to mirror - so if you got a fleabag site, like he does, just mirror it. Otherwise, TAR it using BZ2 and download it. This takes about an hour or two, for my setup.

    So, let's stop there and see if you know what the hell I'm talking about... and we'll go from there.
    DISCLAIMER Any resemblance between the views expressed above and those of the owners and operators of this system is purely coincidental. Any resemblance between these views and my own are non-deterministic. The existence of Vin DSL is questionable. The existence of views in the absence of anyone to hold them is problematic. The existence of the reader is left as an exercise in the second-order coefficient.

    No Guts, No Story! VinDSL © 2010

  3. #3
    Ron
    Ron is offline
    Loyal Client
    Join Date
    Aug 2002
    Posts
    7,307
    JAG has a backup service designed to handle daily backups.

    see: http://www.jaguarpc.com/services/backups.php
    Good luck

  4. #4
    Yeah, I know a LOT! Vin DSL's Avatar
    Join Date
    Mar 2003
    Location
    Arizona Uplands
    Posts
    10,775
    BTW, here's an example of the command I use to back up my account...

    This is the base command - will backup EVERYTHING - and TAR it with BZ2

    Code:
    tar -cvpjf Lenon.com_`date +%m-%d-%y`_Backup.tbz /home/example
    However, I don't NEED everything, like cache files, so I exclude a LOT of stuff to save time, like

    --exclude=/home/example/*.tbz
    --exclude=/home/example/.trash
    --exclude=/home/example/etc-bkp
    --exclude=/home/example/mail-bkp
    --exclude=/home/example/public_html_old
    --exclude=/home/example/g2data/cache
    --exclude=/home/example/public_html/e107/e107_files/cache
    --exclude=/home/example/public_html/info/wp-content/cache
    --exclude=/home/example/public_html/joomla/cache
    --exclude=/home/example/tmp/analog/cache
    --exclude=/home/example/tmp/webalizer/dns_cache.db
    --exclude=/home/example/www
    ... yada, yada, yada!

    You'll have to design the exclusions for your own situation - or not. They aren't necessary...

    Anyway, I end up with a command like this (used in a PuTTY CLI window in WinSCP)

    Code:
    tar -cvpjf Lenon.com_`date +%m-%d-%y`_Backup.tbz /home/example --exclude=/home/example/*.tbz --exclude=/home/example/.trash --exclude=/home/example/etc-bkp --exclude=/home/example/mail-bkp --exclude=/home/example/public_html_old --exclude=/home/example/g2data/cache --exclude=/home/example/public_html/e107/e107_files/cache --exclude=/home/example/public_html/info/wp-content/cache --exclude=/home/example/public_html/joomla/cache --exclude=/home/example/public_html/modules/ODP/cache --exclude=/home/example/public_html/pilot/modules/ODP/cache --exclude=/home/example/tmp/analog/cache --exclude=/home/example/tmp/webalizer/dns_cache.db --exclude=/home/example/www
    When it's done, download the achieve file to your local machine (plus the sql db backups from phpMyAdmin) and you're done!
    DISCLAIMER Any resemblance between the views expressed above and those of the owners and operators of this system is purely coincidental. Any resemblance between these views and my own are non-deterministic. The existence of Vin DSL is questionable. The existence of views in the absence of anyone to hold them is problematic. The existence of the reader is left as an exercise in the second-order coefficient.

    No Guts, No Story! VinDSL © 2010

  5. #5
    JPC Member
    Join Date
    Sep 2007
    Posts
    5

    newbie lol

    hi guys
    sorry for leaving the post for so long been away on work

    right im a newbie
    apart from the jag daily backups

    vin dsl posted :

    One requires your own install of phpMyAdmin, and the other requires WinSCP/PuTTY (WinSCP is built on top of PuTTY).

    All you have to do (Part 1) is backup your sql dbs using phpMyAdmin, and download them to your local machine.

    Then, use WinSCP to TAR the rest of your site[s] - and download that to your local machine.
    posted by vince

    the Part 1 i get , when it comes to WinSCP im lost sorry

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •