³ë¹«Çö ´ëÅë·É ¹è³Ê
  ±è¼ºÅÂÀÇ Tech Tips(Linux, PHP, Apache, DBMS, Mobile)
  http://www.supersky.pe.kr  
¾È³çÇϽʴϱî? ±è¼ºÅÂÀÔ´Ï´Ù.
Linux, Apache, PHP, Mysql, Mobile °ü·Ã Tech Tips Á¤º¸¸¦ Á¦°øÇÕ´Ï´Ù.
 
<<   2008 May   >>
S M T W T F S
27282930123
45678910
11121314151617
18192021222324
25262728293031
1760878 475
  
DNS Powered by DNSEver.com
  ++ [Æß] Tar ºÐÈ° ¾ÐÃà  -  2008/05/23 11:47

Tar ºÐÈ° ¾ÐÃà...

1. ¾ÐÃàÇϱâ

´ÙÀ½°ú °°Àº ¸í·ÉÀ¸·Î ¾ÐÃàÀ» ½ÇÇà ÇÕ´Ï´Ù.
]#
tar -cvfp ¹­À»µð·ºÅ丮¸í | split -b ºÐÈ°ÇÒ¿ë·® - target.tar

´ÙÀ½Àº ¾ÐÃàÇÏ´Â ¿¹Á¦ ÀÔ´Ï´Ù.
]#
tar -cvfp /home/test | split -b 1024m - target.tar
Æú´õÀÇ ±ÇÇѱîÁö 1±â°¡·Î ¹­´Â ¸í·É¾î ÀÔ´Ï´Ù.

¾ÐÃàÀ» ¿øÇÑ´Ù¸é ´ÙÀ½°ú °°Àº ¸í·É¾î¸¦ ³Ö¾îÁÝ´Ï´Ù.
]#
tar -czvfp /home/test | split -b 1024m - target.tar.gz

¾ÐÃàÆÄÀÏÀº ´ÙÀ½°ú °°Àº ÇüÅ·ΠÀúÀåµÇ¾î Áý´Ï´Ù.
target.taraa
target.tarab
target.tarac

 

2. ¾ÐÃàÇ®±â

]# cat target.tar* | tar -xvfp -
]# cat target.tar.gz* | tar -xzvfp -







      << prev     1 ...  3  4  5  6  7  8  9  10  11 ...  14     next >>