NNFS (Non-Networked File System) provides a consistent file system over several non-networked Unix computers (or slow networked).
| Tags | Archiving Mirroring Filesystems Utilities |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX HP-UX IRIX Linux Unix |
| Implementation | C |
Recent releases


Changes: This release fixes the case where the user modifies a file mode while NNFS is running and NNFS is configured in order that a file mode change does not imply file synchronization.


Changes: A new option in this release allows it to update the content of directories not writable by the owner. To do so, it temporarily changes the directory mode to make it writable; as this is dangerous, the option is not set by default. It is now possible to save the configuration if NNFS is compiled with GTK 2.6.


Changes: Some badly reported error messages have been fixed. There are fewer compilation warnings. The regression tests now pass on fast computers. The documentation warns the user about the 2Gb medium size limit. The default configuration file removes unnecessary files on the medium.


Changes: This release uses GTK 2 in place of GTK 1. The GUI displays files information in a sortable table. There is a new synchronization option for not copying files where only the mode has changed.


Changes: This release now filters files in a filtered directory. It also no longer core dumps on files bigger than 4GB.
A templatable forum with i18n support based on PHP and MySQL or PostgreSQL.
- All comments
Recent commentsIn 2.1.2 the default "nnfsrc" contains a bug
The historization of modified files is not done in
the default configuration file created.
To fix this, edit ~/.nnfs/nnfsrc and replace:
HISTORY_DIR="history/%%Y_%%m/%%d_%%H:%%M.%%S"
By :
HISTORY_DIR="history/%Y_%m/%d_%H:%M.%S"
Do not compile NNFS version older than 2.1.1
In version older than 2.1.1 the "make clean" in directory "tst" will destroy your system if it is executed by "root".
If you have already compiled NNFS, you can safely use it, but remove immediatly the faulty sources.