diff options
Diffstat (limited to '')
| -rw-r--r-- | reolink/reolink.conf | 3 | ||||
| -rw-r--r-- | reolink/reolink.conf.5 | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/reolink/reolink.conf b/reolink/reolink.conf index b2abe00..cf37f2d 100644 --- a/reolink/reolink.conf +++ b/reolink/reolink.conf @@ -8,6 +8,9 @@ interval: 30 # Where to store snapshots and videos spool_dir: /var/spool/reolink +# Retain images in the spool for 24 hours +spool_time: 24 + # IP address of camera reolink_ip: 192.168.127.10 diff --git a/reolink/reolink.conf.5 b/reolink/reolink.conf.5 index aefcde8..a034b6d 100644 --- a/reolink/reolink.conf.5 +++ b/reolink/reolink.conf.5 @@ -23,6 +23,8 @@ Unknown directives are ignored. Known directives are: How often to take a snapshot .It spool_dir Ta Where to store snapshots and videos +.It spool_time Ta +How long, in hours, to retain images in the spool .It reolink_ip Ta IP address of camera .It video Ta |
