6465666768697071727374
@Test public void testBackup() throws Exception { FileStore source = new FileStore(src, 256, false); NodeStore store = new SegmentNodeStore(source); init(store); // initial content FileStoreBackup.backup(store, destination);