tron-init creates a new empty TRoN file-system.
Find a file
2025-11-27 04:25:41 -08:00
.gitignore renamed: tgfs -> tron 2025-11-20 05:34:42 -08:00
go.mod updated go.* for go-tron package 2025-11-27 04:25:41 -08:00
go.sum updated go.* for go-tron package 2025-11-27 04:25:41 -08:00
LICENSE changelog.ca -> reiver.link 2025-11-20 05:27:27 -08:00
main.go switched to using "go-tron" package 2025-11-27 02:35:50 -08:00
README.md renamed: tgfs -> tron 2025-11-20 05:34:42 -08:00

tron-init

tron-init creates a new empty TRoN file-system.

TRoN — identity through content

TRoN is a tool that stores files based on what they are, not where you put them — stored by content, not by location. I.e., what is sometimes called content-addressing.

Although TRoN supports the use of file-names and directories, at its core, TRoN looks at the file's actual contents, and creates a unique finger-print of it, and uses that finger-print as the file's address (rather than a file-name). I.e., data addressed by what it is. (File-Names and directories are mapped to these unique finger-prints.)

Usage

Use tron-init as follows:

$ tron-init

This will create a .tron directory (and its sub-directories) in the current directory.

Author

Software tron-init was written by Charles Iliya Krempeaux

See Also