Line 194: |
Line 194: |
| <code><b>affa --list-archives [--csv] JOB</b></code><br> | | <code><b>affa --list-archives [--csv] JOB</b></code><br> |
| Displays a table of all present archives of job JOB with date, number of files, size and disk usage. See chapter 'Restore' for an output example. | | Displays a table of all present archives of job JOB with date, number of files, size and disk usage. See chapter 'Restore' for an output example. |
| + | With --csv, the output is in machine readable colon separared format. |
| | | |
| <code><b>affa --status [--csv]</b></code><br> | | <code><b>affa --status [--csv]</b></code><br> |
Line 215: |
Line 216: |
| +------------+---------+--------+-------+--------+------------+----------------+ | | +------------+---------+--------+-------+--------+------------+----------------+ |
| </pre></small> | | </pre></small> |
| + | |
| + | With --csv, the output is in machine readable colon separared format. |
| | | |
| | | |
| <code><b>affa --send-status</b></code><br> | | <code><b>affa --send-status</b></code><br> |
− | Sends the status table to the email adresses configured in the 'DefaultAffaConfig' record. Use by the cronjob 'affa-status'. | + | Sends the status table to the email adresses configured in the 'DefaultAffaConfig' record. Used by the cronjob 'affa-status'. |
| | | |
| <code><b>affa --mailtest JOB</b></code><br> | | <code><b>affa --mailtest JOB</b></code><br> |
Line 224: |
Line 227: |
| | | |
| <code><b>affa --cleanup JOB</b></code><br> | | <code><b>affa --cleanup JOB</b></code><br> |
− | After you have lowered a keep value e.g. scheduledKeep, then archives with a higer indices will no longer be shifted and will exist for ever. This option find these archives and delete them. | + | After you have lowered a keep value, e.g. scheduledKeep, then archives with a higher indices will no longer be shifted and will exist for ever. This option find these archives and delete them. |
| | | |
| <code><b>affa --delete-job JOB</b></code><br> | | <code><b>affa --delete-job JOB</b></code><br> |
Line 230: |
Line 233: |
| | | |
| '''Note:''' Options can be abbreviated to uniqueness, e.g. --mak is equal to --make-cronjobs | | '''Note:''' Options can be abbreviated to uniqueness, e.g. --mak is equal to --make-cronjobs |
− |
| |
− |
| |
| | | |
| === Example setups === | | === Example setups === |