[email protected] wrote: > Framework for management functions (backup, stop server, others to be decided)
Thank you Andy, I've just look at it (not tried yet). But, it seems to me quite an useful thing (for production systems). While ago, when I was thinking how a very simple replication scheme (using rsync) would work, I was planning to have a management function to set Fuseki in read-only mode (i.e. it sync changes on disk and it stops listening to updates) and then set it back to read-write mode (if that was the starting configuration). This way people are sure that all changes have been flushed on disk, no more changes are possible, therefore it is (right?) possible to copy, backup, manipulate the TDB indexes using filesystem operations/tools (including rsync). Does a management function to switch between read-only and read-write mode make sense to you? Paolo
