Welcome to the Linux Hosting Talk.
Results 1 to 4 of 4
  1. #1
    Join Date
    Jan 2013
    Posts
    27
    Rep Power
    0

    VPS backup to HDD

    VPS backup to HDD

    Hey guys, I just have a quick question, since all of you are smart with this type of stuff.

    I own a VPS, and I because I have alot of information on there, I want the backups to run via my HDD. Is this possible?

    It doesn't matter if it's manually or automatic. I just want to know if there's a software out their that basically downloads my backups from my Linux VPS to my HDD via my windows computer..

    Thanks for your help.


    Sorry if this is in the wrong section.

  2. #2
    Join Date
    Aug 2011
    Location
    Dublin, PA
    Posts
    1,137
    Rep Power
    10
    I'm not sure of any windows software, but you could easily get an older PC and throw Linux on it.. and set it up in cron to run rsync nightly with something as simple as:

    Code:
    00 18 * * * /usr/bin/rsync -avz --progress --delete root@domain.com:/home/ /backup/server/home/ >/dev/null 2>&1
    That will keep an exact copy of server:/home on your local PC in the /backup/server/home directory.. running every day at 6pm.

  3. #3
    Join Date
    Jan 2013
    Posts
    24
    Rep Power
    0
    Your windows PC could have network shared folder and with smbd you can copy all your backups there. There are lots of manuals on the web how to do backups with rsync or similar tools, depend on your linux distro
    Budget Linux /Windows VPS&Dedicated Servers in 2 LOCATIONS
    (http://www.zeropid.com)

  4. #4
    Join Date
    Jan 2013
    Posts
    27
    Rep Power
    0
    thanks for more information

 

 

Similar Threads

  1. Backup all databases nightly w/ mysqldump
    By Rob in forum On the Server
    Replies: 2
    Last Post: 02-19-2013, 06:00 AM
  2. Redundant MySQL Database Backup
    By sulliman in forum Webhosting General
    Replies: 4
    Last Post: 12-25-2012, 03:38 AM
  3. How to Backup Linux to Amazon S3 Using s3cmd
    By Rob in forum Linux Articles
    Replies: 0
    Last Post: 04-02-2012, 02:58 PM
  4. Replies: 0
    Last Post: 04-01-2012, 01:32 AM
  5. Basic Backup Script in BASH
    By Rob in forum Linux Articles
    Replies: 0
    Last Post: 02-14-2012, 12:53 PM

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
  •  


» Our Friends

» Recent Threads

Cpanel Vs Directadmin
Last post by eheads15
Today 08:58 AM
Looking for a host for Joomla site
Last post by Hrull
Yesterday 05:55 AM
Good US based management
Last post by Hrull
Yesterday 05:42 AM
Best place to get VPS in EU
Last post by Hrull
Yesterday 05:22 AM
I need secure Linux VPS hosting plan
Last post by Hrull
Yesterday 04:46 AM
Servers for adult content
Last post by Hrull
Yesterday 03:53 AM
Powered by vBadvanced
Back to top