initial commit

This commit is contained in:
ston1th 2022-03-13 18:49:27 +01:00
commit 3053f89410
39 changed files with 4567 additions and 0 deletions

7
run.sh Executable file
View file

@ -0,0 +1,7 @@
#!/bin/sh
./cachefs \
-src /home/marius/Desktop \
-dst /home/marius/mirrortmp \
-data /home/marius/mirrortmp/md.json \
-listen :8080 \
-v 2