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

(-)a/debian/scripts/koha-dump (-2 / +1 lines)
Lines 47-53 $scriptname [--quiet|-q] [--exclude-indexes] instancename1 [instancename2...] Link Here
47
$scriptname -h|--help
47
$scriptname -h|--help
48
48
49
    --schema-only         Dump only the database schema
49
    --schema-only         Dump only the database schema
50
    --exclude-indexes     Include Zebra indexes on the backup
50
    --exclude-indexes     Exclude Zebra indexes from the backup
51
    --exclude-logs        Exclude /var/log/koha/name from the backup
51
    --exclude-logs        Exclude /var/log/koha/name from the backup
52
    --uploaded_files      Include uploaded files.
52
    --uploaded_files      Include uploaded files.
53
    --uploaded_temp_files Include temporary uploaded files.
53
    --uploaded_temp_files Include temporary uploaded files.
54
- 

Return to bug 38173