changeset 38 | ff06067298b5 |
parent 36 | 8fe32b9da326 |
child 48 | 708e3b8bd670 |
37:8a7d356223a3 | 38:ff06067298b5 |
---|---|
13 # <LABEL> - label from --label=... oder the default: "daily" |
13 # <LABEL> - label from --label=... oder the default: "daily" |
14 # FTP_DIR = backups/<LABEL>/<HOSTNAME> |
14 # FTP_DIR = backups/<LABEL>/<HOSTNAME> |
15 |
15 |
16 # if we need passive mode for file transfer |
16 # if we need passive mode for file transfer |
17 # FTP_PASSIVE = 1 |
17 # FTP_PASSIVE = 1 |
18 |
|
19 # Do we need compression? Unfortunately currently only |
|
20 # global |
|
21 # COMPRESSION_LEVEL = 6 |