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.

31 lines
1.1 KiB

  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. internalSchedule: P1D
  13. props:
  14. path:
  15. type: String
  16. title: Path
  17. hint: Absolute path without a trailing slash (e.g. /home/wiki/backup, C:\wiki\backup)
  18. order: 1
  19. createDailyBackups:
  20. type: Boolean
  21. default: false
  22. title: Create Daily Backups
  23. hint: A tar.gz archive containing all content will be created daily in subfolder named _daily. Archives are kept for a month.
  24. order: 2
  25. actions:
  26. - handler: dump
  27. label: Dump all content to disk
  28. hint: Output all content from the DB to the local disk. If you enabled this module after content was created or you temporarily disabled this module, you'll want to execute this action to add the missing files.
  29. - handler: backup
  30. label: Create Backup
  31. hint: Will create a manual backup archive at this point in time, in a subfolder named _manual, from the contents currently on disk.