View | Details | Raw Unified | Return to bug 36325
Collapse All | Expand All

(-)a/debian/scripts/koha-run-backups (-1 / +3 lines)
Lines 34-44 Options: Link Here
34
                       (default: 2)
34
                       (default: 2)
35
    --exclude-indexes  Exclude Zebra indexes from the backups (default: false)
35
    --exclude-indexes  Exclude Zebra indexes from the backups (default: false)
36
36
37
    --exclude-logs     Exclude /var/log/koha/name from the backup (default: false)
38
37
Note: backups produced using this tool can be restored using \`koha-restore'.
39
Note: backups produced using this tool can be restored using \`koha-restore'.
38
EOH
40
EOH
39
}
41
}
40
42
41
exclude_indexes=""
43
exclude_indexes=""
44
exclude_logs=""
42
45
43
CMD_LINE=`getopt -o h --long days:,output:,help,exclude-indexes,exclude-logs -n 'koha-run-backups' -- "$@"`
46
CMD_LINE=`getopt -o h --long days:,output:,help,exclude-indexes,exclude-logs -n 'koha-run-backups' -- "$@"`
44
47
45
- 

Return to bug 36325