Menu

Back up to external hard drive

slanton
2007-08-19
2013-05-29
  • slanton

    slanton - 2007-08-19

    Is it possible to use this script and a cron job to back up multiple databases to an external hard drive such as My Book.

     
    • Chris Janton

      Chris Janton - 2007-08-19

      certainly.

      In the script you change BACKUPDIR to point to a directory on the MyBook

        BACKUPDIR="/mybook/somedir/DB-backups"

      assuming that you named the backup script mbackup.sh the following cron entry will run backups at 2:15 every morning

      15 2 * * *      /u/me/mbackup.sh

       
    • slanton

      slanton - 2007-08-19

      Great! Thanks!

       
    • slanton

      slanton - 2007-08-19

      One last thing... the external drive is on a different drive i.e G drive, how would I set up the path to that?

       
      • Chris Janton

        Chris Janton - 2007-08-19

        That sounds like it is on a PC. Can't help you there.

         

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.