The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 03-10-2009
jccbin jccbin is offline
Registered User
  
 

Join Date: Mar 2009
Posts: 5
Thanks, but how do I get all that into one command?

"Hi there, tar! Will you please make an archive of Volume_Source/Directory_A, then gzip it for me and save the results on Volume_Target/?"

would this work:


Code:
tar -czf /Volumes/Volume_Target/A.tar.gz /Volumes/Volume_Source/Directory_A

?