basic.toml 239 B

1234567891011121314151617181920
  1. [[user]]
  2. id = "test"
  3. groups = ["test_group"]
  4. files = [
  5. "test.txt",
  6. "foo/sub.png",
  7. "empty",
  8. ]
  9. [[user]]
  10. id = "test2"
  11. groups = ["test"]
  12. files = [
  13. "many_files/file_[1..100].txt"
  14. ]
  15. [[share]]
  16. from = "test2"
  17. to = "test"
  18. file = "many_files"