Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jan 2006 12:42:59 -0600
From:      "Mike Loiterman" <mike@ascendency.net>
To:        <freebsd-questions@freebsd.org>
Subject:   RE: Help backing up to networked drive
Message-ID:  <00bc01c61d28$2dc6f9f0$0401a8c0@Mike8500>
In-Reply-To: <43CFB7D8.7050400@mac.com>

next in thread | previous in thread | raw e-mail | index | archive | help

For those that are interested this is how got things to work:

On the Mac Mini I edited /etc/smb.conf and put in this:

 [backup] 
     path = /Volumes/Server-Backup
     writeable = yes

Then I restarted Windows File Sharing by going to System
Preferences->Sharing and then turning off Windows File Sharing and then
turning it back on.

Then, on my server, I mounted the Mini's drive with this command:

/usr/sbin/mount_smbfs //mike@mini/backup /mnt/backup

Now I'm using this script to do a level 0 dump:

/sbin/dump 0aufL - / | bzip2 >/mnt/backup/root-dump-l0.bz2 
/sbin/dump 0aufL - /tmp | bzip2 >/mnt/backup/tmp-dump-l0.bz2 
/sbin/dump 0aufL - /usr | bzip2 >/mnt/backup/usr-dump-l0.bz2 
/sbin/dump 0aufL - /var | bzip2 >/mnt/backup/var-dump-l0.bz2 

Once I see that this is working well, I'll probably set up folders for a
weekly level 0 and dailys level 9's.

Thanks to Chuck for the hint on adding the drive in the Mini's smb.conf
file.

------------------------------
Mike Loiterman
grantADLER
Tel: 630-302-4944
Fax: 773-442-0992
Email: mike@ascendency.net
PGP Key: 0xD1B9D18E




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?00bc01c61d28$2dc6f9f0$0401a8c0>