Jump to content

Backup tool for server


hanes
 Share

Recommended Posts

Hi, I have two HD's on a server and I want to back up everything, weekly. I am using the mcc backup tool, but I cannot figure out how to backup EVERYTHING. Should I not bother? (is /etc and /home good enough in case of a crash?). I guess in the other tab I can just say back up /.

 

This is a regular desktop PC (ibm netvista) posing as a server... pretty serious server though that is in use every business day.

 

Also should I be using a different tool for this, or is the mcc one dependable?

 

Hanes

Edited by hanes
Link to comment
Share on other sites

Hi, Dont know if this will help but I have a little script i run daily via cron which backs up certain folders & contents then transfers them over to another PC via ftp

#!/bin/sh

DATETMP=`date +%Y-%m-%d-%H-%M-%S`
cd /home/user1
tar czf /home/user1/mail-backup.tar-$DATETMP.gz \
       /home/user1/.Mail \
       /home/user1/documents \
       
ncftpput -u USERNAME -p PASSWORD -V -DD 192.XXX.X.X / /home/user1/mail-backup.tar-$DATETMP.gz

& yes I use ncftpput..

 

HTH

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...