#304 Issue closed: ReaR with Networker

Labels: enhancement

peeckha opened issue at 2013-09-19 12:15:

s117t075:~ # tail /var/log/rear/rear-s117t075.log

There are sometimes problems to identify the Networker Server..
..
Trace 4: /usr/share/rear/rescue/NSR/default/47_safe_filesystems.sh:3 source
Message: The savefs command could not retrieve the "save sets" from this client
...
/usr/share/rear/rescue/NSR/default/47_safe_filesystems.sh

savefs -p 2>&1 --> doesn't work
savefs -p -s emc-server-name 2>&1 --> works

# 47_safe_filesystems.sh
savefs -p 2 -s $NSRSERVER 2>&1 | awk -F '(=|,)' '/path/ { printf ("%s ", $2) }' > $VAR_DIR/recovery/nsr_paths
[[ ! -s $VAR_DIR/recovery/nsr_paths ]] && Error "The savefs command could not retrieve the \"save sets\" from this client"

LogPrint "EMC Networker will recover these filesystems: $( cat $VAR_DIR/recovery/nsr_paths )"

helps


[Export of Github issue for rear/rear.]