-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy patharlo.conf
47 lines (41 loc) · 1.31 KB
/
arlo.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
#
# Configuration file for the Arlo Downloader deamon
#
# Must be installed as /etc/systemd/arlo.conf
#
[Default]
# Where information will be stored on the host system running
# the ArloDownload deamon. Must be writeable.
rootdir = /home/arlo
[my.arlo.com]
# Your arlo.com credentials
userid = your@email.com
password = SeCrEtPaSsWoRd
[dropbox.com]
# Your Dropbox application credentials
# Go to https://www.dropbox.com/developers/apps and create a single-folder Dropbox API app.
# Under "Generate access token", click on "Generate" then copy&paste here
# Leaved commented out to save the files locally (under 'rootdir') instead of pushing to Dropbox
#token = secretkey
# Cameras, 1 thru 9
[Camera.1]
serial = 4XH0000000000
name = Front Door
# Concatenate videos from the same camera if the gap between them
# is less than the specified number of seconds.
# Leave commented out to disable concatenation
concatgap = 30
# Delete videos older than this number of days. Comment out for no deletion.
keep = 3
[Camera.2]
serial = 4XH0000000000
name = Living Room
#concatgap = 30
# Delete videos older than this number of days. Comment out for no deletion.
keep = 3
[Camera.3]
serial = 4XH0000000000
name = Bank Vault
#concatgap = 30
# Delete videos older than this number of days. Comment out for no deletion.
keep = 3