Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.
napp-it cs and AI-assisted work, a few tips
The latest Anthropic 5 AI models with local agents are a genuine generational leap in terms of code quality and result effectiveness. napp-it is an ideal candidate for anyone who wants to (or needs to)...
New in napp-it cs Jul.09: Job type: Filesync with rclone
https://www.napp-it.org/index_en.html
Sync: "Server 1 ZFS Filesystem 1" -> "Server 2 Filesystem 2"
Before everyone says this has existed for ages with rsync, robocopy, and zfs send —...
OpenZFS for Windows 2.4.1 rc13
** rc13
Previous Versions (VSS) fixes with automounts, Windows Server 2025 and more.
ZIL replace BSOD fix
Fix snapshot mounts, browsing
https://github.com/openzfsonwindows/openzfs/releases...
AI for development and new features
The new Claude 5 models (Sonnet 5, Fable 5) represent a true epochal leap in the quality and efficiency of AI-assisted software development. While they still make mistakes and require diligent verification of...
new napp-it cs rc 11
- improved property editing (client side editing, no page reload), unzip to /opt and start via "perl /opt/csweb-gui/start.pl"
https://www.napp-it.org/doc/downloads/napp-it_cs_dev.zip
- improved AI workflow to extend...
If you use ssh, mbuffer, netcat or pv for ZFS Replikation: zstream
- single binary (Go)
- encrypted transfer (Einmal Key, statt all open SSH)
- fast buffer like mbuffer
- limit transfer like pv
- progress bar
- stat after Replikation...
#############
## napp-it cs rc 10.2_dev
- encrypted zstream instead ssh, netcat or mbuffer for remote replication
Release v1.1.0 · guenther-alka/zstream
Go application, transfer is encrypted, has buffering like mbuffer,
can limit transfer...
Napp-it cs rc10.1
- improved non blocking behaviour of webserver.pl
- backup job for system settings
- System > Backup/Restore, manual backup, restore of all or selected system settings.
- Disks > Enclosure Maps (visualisation of disk locations...
OpenZFS 2.4.1 on Windows
https://github.com/openzfsonwindows/openzfs/releases
https://github.com/openzfsonwindows/openzfs/issues
** rc12
a lot of big changes, test calmly
fix MountManager confusion from snapshot mounts
fix...
As an additional note:
The new rc10 with the integrated Perl web server and client-server encryption is copied to /opt (no longer /xampp, as XAMPP for Windows is no longer required). This also resolves the critical Apache < v2.4.64 security...
napp-it cs rc10_dev is now quite feature complete
and available for first tests
Up to date documentations in csweb-gui/data/howto.ai/*.info
===================================================================
- unified online install and update...
Assisted by Claude, I could finally create a build script for RustFS 1.0 beta8 on OmniOS
(took me days due ~1h build time) that reflects needed modifications to run current RustFS on Unix/Illumos
RustFS 1.0 beta 8: ok
RustFS webconsole: ok...
OpenZFS 2.4.1 rc11 on Windows
with an amazing new feature: VSS (ZFS snaps=previous versions)
For ntfs or ReFS you need Windows Server if you want such.
https://github.com/openzfsonwindows/openzfs/releases/...
either remove/readd member or
edit groupfile name in /var/web-gui/_log/group/
For jobs
delete/recreate job with same jobid and source/destination or
edit jobfile in /var/web-gui/_log/jobs/
Privat menus in napp-it cs
Napp-it cs menus can be extended by your own menus.
Each private menu is update/downgrade save and a simple folder under ./csweb-gui/_my/menues with a script action.pl within.
If you want to use AI to create or review...
ZFS backup & restore
Currently ZFS replication and rsync with a ZFS snap as source are the classic methods for ZFS backup/restore.
The main alternative beside a local replication to preserve ACL is more and more S3 object storage with S3 based...