Changeset 2870 for box/trunk/bin
- Timestamp:
- 17/03/2011 21:28:45 (14 months ago)
- File:
-
- 1 edited
-
box/trunk/bin/bbackupd/bbackupd-config.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/bin/bbackupd/bbackupd-config.in
r2498 r2870 228 228 229 229 if [ "\$1" = "" ]; then 230 echo "Usage: \$0 <store-full|read-error|backup- error|backup-start|backup-finish>" >&2230 echo "Usage: \$0 <store-full|read-error|backup-ok|backup-error|backup-start|backup-finish>" >&2 231 231 exit 2 232 232 elif [ "\$1" = store-full ]; then … … 263 263 264 264 EOM 265 elif [ "\$1" = backup-start -o "\$1" = backup-finish ]; then265 elif [ "\$1" = backup-start -o "\$1" = backup-finish -o "\$1" = backup-ok ]; then 266 266 # do nothing by default 267 267 true
Note: See TracChangeset
for help on using the changeset viewer.
