Template: timeliner/opmode
Type: select
-__Choices: disabled, local, remote, mixed
+__Choices: disabled, local, remote, mixed, crypted
Default: disabled
_Description: Operation mode for timeliner-cron:
There are four possble operation modes for timeliner-cron. You may choose
local = keep a local timeline only
remote = keep a remote timeline only
mixed = keep a remote timeline with a local rolling window
+ crypted = encryption and sshfs to build locally but save remotely
Template: timeliner/sources
Type: string
.
*Note* that ssh needs to be set up for this hostname, including a secure
ssh key for passwordless ssh access to the nominated remote host.
+
+Template: timeliner/crypt/passfile
+Type: string
+Default: /root/.ssh/timeliner.pass
+Description: Pathname for password file
+ The password file contains the crypto password for the remote store.
+
+Template: timeliner/crypt/encrypted
+Type: string
+Default: /.enc_backup
+Description: The mountpoint for the encrypted store
+
+Template: timeliner/crypt/decrypted
+Type: string
+Default: /backfs
+Description: The mountpoint for the decrypted store