Computing.Net > Forums > Solaris > backup without tape drive

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

backup without tape drive

Reply to Message Icon

Name: jimmy
Date: May 11, 2002 at 09:29:32 Pacific
Comment:

hello
hope all of you are fine
basically i want to backup the file and directories without having tape drive
can i take backup on my hard disk or to another computer
hoping for positive response



Sponsored Link
Ads by Google

Response Number 1
Name: azu
Date: May 12, 2002 at 03:54:01 Pacific
Reply:

Hi there Jimmy,

You can go about doing this in quite a number of ways.

Localy:
you can tar your drive/files/whatever to any.
e.g
as root, at root prompt
mkdir /test
tar cvf /test/mybackup.tar /etc

This backups your /etc to directory name test in a tar ball mybackup. If you wanna compress it to reduce space, go to that directory cd /test gzip mybackup.tar FYI, i prefer using gnu tar, it's a lot nicer. get it at http://sunfreeware.com. Look for which platform your're on sparc ot intel

Remotely.
I assume you have a network and you own the network. One methood is you can use nfs. Suppose you have 2 computer. you want to backup some drive in A to some drive in B. What you can do is nfs mount from A to B. In B, just tar it to another place.

another way is using samba. What is samba? read it here www.samba.org. you can also get a pkg of samba off sunfreeware.com. USing samba, you can share the drive you want to backup to a unix/linux or even windowz box. For e.g I have a windowz box which have huge raid drive. My sun is a puny SparcLX. So what I do is, install a samba pkg in my SparcLX, configure it to share the drive I want to backup, start samba on the SparcLX, than from the windowz box I map the drive like a normal win box, than ran windows backup on it.

Hope that helps Jimmy. I didn't go to detail about how-to. If you wanna read it up go docs.sun.com for nfs mounting or do google search on it. FYI, there's a lot of other ways to do it, I just thought of that two.

Best of luck
azu


0

Response Number 2
Name: Herman
Date: May 12, 2002 at 20:31:42 Pacific
Reply:

azu,

You ROCK!

Great answer.

Herman


0

Response Number 3
Name: Payman
Date: May 20, 2002 at 09:07:28 Pacific
Reply:


Hi everybody,
I just want to mention, you better be careful when you make a backup with "tar" command because original versions of "tar" do NOT make backup of few types of files. for example your link files will be backuped up as normal files and when you restore your backup file, you won't have the same link files and you have to make them one by one.
In this case, "cpio" would be more powerful than "tar". Please try to find out more about "cpio".

regard
Payman


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


SparcBook 3 samba problem



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Solaris Forum Home


Sponsored links

Ads by Google


Results for: backup without tape drive

tape drive www.computing.net/answers/solaris/tape-drive/1305.html

How determine default tape drive? www.computing.net/answers/solaris/how-determine-default-tape-drive/2542.html

adding a tape drive www.computing.net/answers/solaris/adding-a-tape-drive/2458.html