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

(-)a/debian/scripts/koha-run-backups (-2 / +1 lines)
Lines 70-76 if ! test $days -gt 0 ; then Link Here
70
    exit 1
70
    exit 1
71
fi
71
fi
72
72
73
for name in $(koha-list --enabled | grep -Fxv demo)
73
for name in $(koha-list --enabled)
74
do
74
do
75
    if koha-dump ${exclude_indexes} ${exclude_logs} "$name" > /dev/null; then
75
    if koha-dump ${exclude_indexes} ${exclude_logs} "$name" > /dev/null; then
76
        # Only delete old backups if dump script return success.
76
        # Only delete old backups if dump script return success.
77
- 

Return to bug 14565