leterr="No ssh-askpass binary found. Please install an ssh-askpass package for your distro, and let us know if EZ-Bkup still can't detect it's location."
rsyncErrors.add(err)
else:
rsyncRunCmd="SUDO_ASKPASS="&getAskPassPath()&" sudo -A rsync -aq "&source&""&destination
leterr="No ssh-askpass binary found. Please install an ssh-askpass package for your distro, and let us know if EZ-Bkup still can't detect it's location."
rsyncErrors.add(err)
else:
rsyncCheckCmd="SUDO_ASKPASS="&getAskPassPath()&" sudo -A rsync -rn "&source&""&destination
rsyncErrors.add("EZ-Bkup's rsync process(es) returned error ("&$rsyncRun.output&") while attempting to verify that "&source&" got backed up to "&destination)