-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbeaver.yml
63 lines (44 loc) · 814 Bytes
/
beaver.yml
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
---
src: /srv/ftp
dest: .
port: 22
private_key: /root/.ssh/id_rsa
verbose: yes
quiet: no
progress: yes
human-readable: yes
stats: yes
log-file: ""
# archive mode; equals -rlptgoD (no -H,-A,-X)
archive: yes
# skip files that are newer on the receiver
update: yes
compress: yes
# relative exclude paths (accepts * as wildcard)
exclude:
- x
- y
- z
exclude-from: ""
# check diffs based on md5 checksum
checksum: no
# basic options
recursive: no
links: no
permissions: no
times: no
group: no
owner: no
devices: no
# check diffs based on md5 checksum
checksum: no
relative: no
backup: no
remove-source-files: no
delete: no
# transfer directories without recursing
dirs: no
# perform a trial run with no changes made
dry-run: no
rsh: 'ssh -p {{ port }} -i {{ private_key }}'
existing: no