Warning: file_exists(): open_basedir restriction in effect. File(/home/virtual/voipdestek.com) is not within the allowed path(s): (/home/voipdestek/:/tmp:/var/tmp:/usr/local/php5/lib/:/usr/local/php5/include/) in /home/voipdestek/domains/voipdestek.com/public_html/Settings.php on line 59 Warning: file_exists(): open_basedir restriction in effect. File(/home/virtual/voipdestek.com/Sources) is not within the allowed path(s): (/home/voipdestek/:/tmp:/var/tmp:/usr/local/php5/lib/:/usr/local/php5/include/) in /home/voipdestek/domains/voipdestek.com/public_html/Settings.php on line 61
Konu Başlığı: Linux Dosya Sıkıştırma Yöntemleri Gönderen: root üzerinde Eylül 17, 2008, 13:39:53 ÖS ZIP ile sıkıştırma
[root@voipdestek]# zip -r deneme.zip dosya_veya_dizin TAR ile gz olarak sıkıştırma [root@voipdestek]# tar -cvzf deneme.tar.gz dosya_veya_dizin TAR ile bz2 olarak sıkıştırma [root@voipdestek]# tar -cvjf deneme.tar.bz2 dosya_veya_dizin TAR.Z ile sıkıştırmak [root@voipdestek]# tar -cZvf deneme.tar.Z dizin_veya_dosya GZIP ile sıkıştırmak [root@voipdestek]# gzip -9 dosya_veya_dizin Not:işlem bittikten sonra sonu dosya_veya_dizin.gz adında bir dosya oluşacaktır. RAR ile sıkıştırma [root@voipdestek]# rar a -ap deneme.rar dosya_veya_dizin RAR ile şifreleyerek sıkıştırma [root@voipdestek]# rar a -ap -p deneme.rar dosya_veya_dizin NOT: Size 2 defa şifreyi sorar. |