mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-20 17:52:50 +00:00
This handles the case where we upload a new tahoe directory for a previously-processed local directory, possibly creating a new dircap (if the metadata had changed). Now we replace the old dirhash->dircap record. The previous behavior left the old record in place (with the old dircap and timestamps), so we'd never stop creating new directories and never converge on a null backup.
Add create-node CLI command, and make create-client equivalent to create-node --no-storage (fixes #760)
Welcome to the Tahoe-LAFS project--a secure, decentralized, fault-tolerant filesystem. All of the source code is available under a Free Software, Open Source licence (or two). To get started please read * docs/install.html * docs/about.html * docs/running.html Finally, see docs/known_issues.txt for things that you need to know about if you are relying on Tahoe to store your valuable data. http://tahoe-lafs.org
Description
Languages
Python
98.1%
HTML
0.9%
Nix
0.3%
Shell
0.3%
Makefile
0.2%
Other
0.1%