This commit is contained in:
Maniack Crudelis 2017-12-22 19:33:47 +01:00 committed by GitHub
parent 810eaec8c9
commit 3dd6317ae6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,6 +50,7 @@ ynh_backup() {
# If backing up core only (used by ynh_backup_before_upgrade),
# don't backup big data items
if [ "$IS_BIG" == "1" ] && [ -n "$BACKUP_CORE_ONLY" ] ; then
echo "$SRC_PATH will not be saved, because backup_core_only is set." >&2
return 0
fi