Skip to content

Commit a8a9398

Browse files
authored
Update accounts.md
1 parent 1ba8ce4 commit a8a9398

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/reference/accounts.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ Each tab shows a "section" in the file.
171171
remotes:
172172
- remote: google
173173
settings:
174+
enable_refresh: no
174175
mount: yes
175176
template: google
176177
union: yes
@@ -210,6 +211,8 @@ Each tab shows a "section" in the file.
210211

211212
`remotes/remote`: The name of the rclone remote for this mount. You can also specify a path to use for the remote. `remote: "google:Media"` or `remote: "my-sftp:/path/to/my/files"` Quotes are important.
212213

214+
`remotes/settings/enable_refresh`: Toggles whether this remote required a refresh service to look for new files [for example, an `sftp` remote].
215+
213216
`remotes/settings/mount`: Toggles whether you want this remote mounted in the file system.
214217

215218
`remotes/settings/template`: The name of the template you want to use for the mount. Currently Saltbox supports 4 options: `google`, `dropbox`, `sftp` and a path to a file ("/opt/mount-templates/remote.j2") containing either jinja2 template or an actual copy of a systemd service file. A [community repo](https://github.com/saltyorg/mount-templates) is maintained of user submitted mount options which can be referenced via path (i.e. `/opt/mount-templates/generic.j2`.) We recommend saving your own custom templates/services in `/opt/mount-templates/custom` to ensure they are backed up and not subject to being overwritten by the repo.

0 commit comments

Comments
 (0)