Results 1 to 8 of 8

Thread: Remote FTP and backup to 2nd HD?

  1. #1
    DSD
    DSD is offline
    Member
    Join Date
    Mar 2003
    Posts
    20

    Default Remote FTP and backup to 2nd HD?

    I was wondering if there is a way to backup to both the 2nd hard drive in my machine, and to a remote FTP server?

    I personally think this would be a great addition if it isn't already possible.

    cPanel.net Support Ticket Number:

  2. #2
    Member
    Join Date
    Mar 2003
    Location
    England, UK
    Posts
    103

    Default

    At the moment is either; not both or either. However, sounds like a good idea. Maybe have an option to control the FTP back-up as well thus only doing that every week instead of being fixed into the local set-up.

    cPanel.net Support Ticket Number:
    -- I live to support clients ---

  3. #3
    Member
    Join Date
    Sep 2002
    Posts
    108

    Default

    i sent this feature request some weeks ago but I don't receive any reply

    cPanel.net Support Ticket Number:

  4. #4
    Member
    Join Date
    Oct 2001
    Posts
    348

    Default Yes, that's great!!

    I must say this is a great idea!!
    Also, before WHM give us a solution, is there anyone can do this by any methord ??

    cPanel.net Support Ticket Number:

  5. #5
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Oct 2002
    Posts
    136

    Default

    Hi,

    Only accounts can be backed up over ftp. The configuration file backup option has been turned off.
    /backup is not a directory..
    Backup has been disabled to prevent file loss..
    /backup does not exist..
    Backup has been disabled to prevent file loss..
    Backup Configuration Saved!

    What does this means?I have enabled "Backup Accounts" Option.

    What should I enter for the Ftp Backup User and Ftp Backup pass , is it a cpanel user account on remote host?

    Thanks !

    cPanel.net Support Ticket Number:
    Best Regards,


    Andy

  6. #6
    Member
    Join Date
    Feb 2004
    Posts
    56

    Default

    Has there been any solution to this yet?

    I currently back up to a second hard drive which is mounted for backup and unmounted when complete. I would also like to have the server ftp backups for specific accounts once a week this way I have an offsite backup.

    I would love to know a solution.

  7. #7
    Member
    Join Date
    Jul 2002
    Location
    Canada
    Posts
    675

    Talking

    Use my FTP backup script:

    http://www.webhostgear.com/174.html

    Cheers

    Steve
    Upload Guardian 2.0 - Sign up for our early beta
    ServerProgress - Server security, consulting and assistance

  8. #8
    Member dianaward's Avatar
    Join Date
    Dec 2002
    Location
    USA
    Posts
    99

    Default Your script looks fine, but

    as I stated elsewhere today, I have a script that works (my tech support wrote it for me) to ftp backup files to my other servers, but now I need to be able to get the script to log in as admin, then su to root, then run. What do I tell it? Here's what I am using now:

    #!/usr/bin/expect -f

    set root_pass "123456789"
    set hostname "123.45.678.910"

    set folder "/backup/cpbackup/daily"

    spawn /usr/bin/scp -r $folder root@$hostname:/backup/servername/daily
    sleep 3
    expect "password: "
    sleep 3
    send "$root_pass\r"
    interact
    Diana Ward
    http://aqualityhost.com
    Sanity calms, but madness is more interesting.
    <cite>-- John Russell </cite>
    That's why I'm a Web designer/host."
    <cite>-- Diana Ward</cite>

Similar Threads

  1. Hard Drive backup AND Remote FTP Backup
    By andy7t in forum cPanel & WHM Discussions
    Replies: 3
    Last Post: 09-13-2006, 09:43 AM
  2. backup on 2nd hard of 2nd server!
    By manghooli in forum cPanel & WHM Discussions
    Replies: 8
    Last Post: 12-08-2004, 10:45 AM
  3. is remote ftp backup really remote?
    By claudio in forum cPanel & WHM Discussions
    Replies: 1
    Last Post: 09-27-2004, 11:13 PM
  4. Remote FTP backup - HOW ???
    By netlook in forum cPanel & WHM Discussions
    Replies: 3
    Last Post: 06-23-2004, 06:15 PM