equal
deleted
inserted
replaced
7 # FTP-Server hostname |
7 # FTP-Server hostname |
8 # FTP_HOST = |
8 # FTP_HOST = |
9 |
9 |
10 # FTP-Server base directory |
10 # FTP-Server base directory |
11 # the following expansion work: |
11 # the following expansion work: |
12 # $NODE |
12 # <HOSTNAME> - the (full) hostname |
13 # FTP_DIR = backups/daily/$NODE |
13 # <LABEL> - label from --label=... oder the default: "daily" |
|
14 # FTP_DIR = backups/<LABEL>/<HOSTNAME> |
14 |
15 |
15 # if we need passive mode for file transfer |
16 # if we need passive mode for file transfer |
16 # FTP_PASSIVE = 1 |
17 # FTP_PASSIVE = 1 |