mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-21 22:22:07 +02:00

- Replace "al" -> "del", "alla" -> "della", etc. in command paths - Replace all instances of "cartella" with "directory" - Update contributing-guides/translation-templates/common-arguments.md to reflect these changes Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> Co-authored-by: Marco Bonelli <marco@mebeim.net> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
731 B
731 B
gocryptfs
Filesystem crittografato scritto in Go. Maggiori informazioni: https://github.com/rfjakob/gocryptfs.
- Inizializzare un filesystem crittografato:
gocryptfs -init {{percorso/della/directory_cifrata}}
- Montare un filesystem crittografato:
gocryptfs {{percorso/della/directory_cifrata}} {{percorso/del/punto_di_mount}}
- Montare un filesystem usando la master key invece della password:
gocryptfs --masterkey {{percorso/della/directory_cifrata}} {{percorso/del/punto_di_mount}}
- Cambiare la password:
gocryptfs --passwd {{percorso/della/directory_cifrata}}
- Generare uno snapshot cifrato di una directory:
gocryptfs --reverse {{percorso/della/directory}} {{percorso/della/directory_cifrata}}