Results 1 to 1 of 1

Thread: Easy Server Backup V2

  1. #1
    Join Date
    May 2007
    Beans
    27

    Lightbulb Easy Server Backup V2

    Here is a program to make automatic backups of your web directory and all mysql databases with security and ease of use in mind.
    All backups are compressed and encrypted with des3

    Screenshots:

    http://i.imgur.com/qDTB2Nd.png
    http://i.imgur.com/BlCsnPn.png


    Download:

    Attachment 241794


    Usage:

    To make a backup
    Code:
    backup
    To restore web server to previous point
    Code:
    restore
    To decrypt a file
    Code:
    dcrypt [filename].crypt [output]
    Installation:

    Extract and run install.sh with sudo
    Code:
    tar -xvzf ebackup.tar.gz
    cd ebackup
    chmod +x install.sh
    sudo ./install.sh
    Follow the prompts to change the default values and choose option 1 when ready to install.



    Notes:

    To make automatic nightly backups at midnight add the following to cron

    Code:
    sudo crontab -e
    Code:
    0 0 * * * /bin/backup
    This program will automatically generate a long password to encrypt/decrypt your files and store it as /root/backuppw.txt
    Make a local backup of this file, as all backups made after installation will be encrypted with this password.
    Attached Files Attached Files

Tags for this Thread

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
  •