Displaying 1 result from an estimated 1 matches for "qahar".
Did you mean:
zahar
2013 Aug 25
1
Local and remote back up behave differently
...be used, using -X is not useful with selinux.
# Archive with hard links all attributes and relative paths.
# Run verbose, can create a cron log message to big for email.
# Day of week, 1 to 7; where Monday is 1.
#if [ ${day} -eq 7 ]; then do a full backup
if [ ${day} -eq 7 ]; then
options='-qaHAR'
else
options='-qauHAR'
fi
# Signal handler for abort clean up of lock file.
cleanup()
{
echo "Caught Signal removing lock file /tmp/${name}.${base}.${server}" >&2
rm -f /tmp/${name}.${base}.${server}
exit 0
}
if [ ! -d "${source}" ]; then...