Skip to content

Commit

Permalink
Redirect rsync verbose output to backup log. Fixes #1387
Browse files Browse the repository at this point in the history
  • Loading branch information
schlomo committed Jun 22, 2017
1 parent 132da38 commit fe91b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/share/rear/backup/NETFS/default/500_make_backup.sh
Expand Up @@ -97,7 +97,7 @@ case "$(basename ${BACKUP_PROG})" in
$(cat $TMP_DIR/backup-include.txt) "$backuparchive"
$BACKUP_PROG $v "${BACKUP_RSYNC_OPTIONS[@]}" --one-file-system --delete \
--exclude-from=$TMP_DIR/backup-exclude.txt --delete-excluded \
$(cat $TMP_DIR/backup-include.txt) "$backuparchive"
$(cat $TMP_DIR/backup-include.txt) "$backuparchive" >&2
;;
(*)
Log "Using unsupported backup program '$BACKUP_PROG'"
Expand Down

0 comments on commit fe91b4f

Please sign in to comment.