changeset 48 | 708e3b8bd670 |
parent 38 | ff06067298b5 |
child 67 | 4dd23211874a |
child 70 | 391d82fcd42c |
47:bc0d60c9857b | 48:708e3b8bd670 |
---|---|
17 # FTP_PASSIVE = 1 |
17 # FTP_PASSIVE = 1 |
18 |
18 |
19 # Do we need compression? Unfortunately currently only |
19 # Do we need compression? Unfortunately currently only |
20 # global |
20 # global |
21 # COMPRESSION_LEVEL = 6 |
21 # COMPRESSION_LEVEL = 6 |
22 |
|
23 # Do a full backup every 7 days |
|
24 # FULL_CYCLE = 7 |
|
25 |
|
26 # Always keep this number of (full) backups |
|
27 # (including the current one) |
|
28 # KEEP = 2 |