Skip to content

Commit

Permalink
close issue rear#184
Browse files Browse the repository at this point in the history
  • Loading branch information
gdha authored and dagwieers committed Jun 7, 2013
1 parent 68ea433 commit 00820b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/share/rear/restore/DP/default/40_restore_with_dp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ do
LogPrint "Restore filesystem ${object}"
SessionID=`cat /tmp/dp_recovery_session`
Device=`/opt/omni/bin/omnidb -session ${SessionID} -detail | grep Device | sort -u | tail -n 1 | awk '{print $4}'`
/opt/omni/bin/omnir -filesystem ${host_fs} "${label}" -full -session ${SessionID} -tree ${fs} -into /mnt/local -device ${Device} -target `hostname` -log >&8
/opt/omni/bin/omnir -filesystem ${host_fs} "${label}" -full -session ${SessionID} -tree ${fs} -into /mnt/local -sparse -device ${Device} -target `hostname` -log >&8
case $? in
0) Log "Restore of ${fs} was successful." ;;
10) Log "Restore of ${fs} finished with warnings." ;;
Expand Down

0 comments on commit 00820b1

Please sign in to comment.