TAR

  • adminAB76
  • Avatar di adminAB76 Autore della discussione
  • Amministratore
  • Amministratore
Di più
11 Anni 5 Mesi fa - 11 Anni 4 Mesi fa #36 da adminAB76
TAR è stato creato da adminAB76
COMPRIMERE
Code:
tar --exclude='folder' -pvczf BackupName.tar.gz /path/to/directoryToBackup

p = preserve permissions, this will where possible preserve permissions, owners, file flags and ACL’s
v = verbose, show you exactly what it is doing
c = create, this means it will create a new tar file
z = use gzip to compress the resulting tar file
f = use the following filename

ESTRARRE
Code:
tar -zxvf file.tar.gz
Ultima Modifica 11 Anni 4 Mesi fa da adminAB76.

Si prega Accesso a partecipare alla conversazione.