The UNIX and Linux Forums
>
Top Forums
>
UNIX for Dummies Questions & Answers
Tar backup
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Forum Rules
FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
Tar backup
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
05-17-2006
azrealhk
Registered User
Join Date: Jul 2002
Location: HK
Posts: 20
You tar file is too big.
split the tar into seperate commands
e.g.
tar -cvf backup1.tar / /var /opt
tar -cvf backup2.tar /usr /home
you get the idea
azrealhk
View Public Profile
Find all posts by azrealhk