You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
651 B

  1. key: disk
  2. title: Local File System
  3. description: Local storage on disk or network shares.
  4. author: requarks.io
  5. logo: https://static.requarks.io/logo/local-fs.svg
  6. website: https://wiki.js.org
  7. isAvailable: true
  8. supportedModes:
  9. - push
  10. defaultMode: push
  11. schedule: false
  12. props:
  13. path:
  14. type: String
  15. title: Path
  16. hint: Absolute path without a trailing slash (e.g. /home/wiki/backup, C:\wiki\backup)
  17. order: 1
  18. createDailyBackups:
  19. type: Boolean
  20. default: false
  21. title: Create Daily Backups
  22. hint: A tar.gz archive containing all content will be created daily in subfolder named _daily. Archives are kept for a month.
  23. order: 2