tldr/pages.it/common/gocryptfs.md
Francesco Franchina 28c4d26221
pages.it/*: update path placeholders and "directory" translations (#9031)
- 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>
2022-10-20 15:26:58 +02:00

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}}