2018-07-08 05:12:43 +00:00
|
|
|
key: disk
|
2018-07-30 02:23:33 +00:00
|
|
|
title: Local File System
|
2018-08-05 15:27:46 +00:00
|
|
|
description: Local storage on disk or network shares.
|
2018-07-08 05:12:43 +00:00
|
|
|
author: requarks.io
|
2018-08-05 15:27:46 +00:00
|
|
|
logo: https://static.requarks.io/logo/local-fs.svg
|
|
|
|
website: https://wiki.js.org
|
2019-02-03 22:08:06 +00:00
|
|
|
isAvailable: true
|
2019-02-02 17:08:04 +00:00
|
|
|
supportedModes:
|
|
|
|
- push
|
2019-02-03 22:08:06 +00:00
|
|
|
defaultMode: push
|
2018-07-08 05:12:43 +00:00
|
|
|
props:
|
2018-07-30 02:23:33 +00:00
|
|
|
path:
|
|
|
|
type: String
|
|
|
|
title: Path
|
|
|
|
hint: Absolute path without a trailing slash (e.g. /home/wiki/backup, C:\wiki\backup)
|
2019-02-03 22:08:06 +00:00
|
|
|
order: 1
|
|
|
|
createDailyBackups:
|
|
|
|
type: Boolean
|
|
|
|
default: false
|
|
|
|
title: Create Daily Backups
|
|
|
|
hint: A tar.gz archive containing all content will be created daily in subfolder named _daily. Archives are kept for a month.
|
|
|
|
order: 2
|