On Tue, Apr 17, 2007 at 04:30:53PM -0500, Daniel Davidson wrote:
> I think due to an upgrade in rsync the current version now escapes
> control sequences with something like \#010 instead of ^H, however
> this is now breaking my backup program because the perl file::stat
> module cannot interpret t
I have created a program for myself for backing up data to tape from my
disk to disk to tape system, and after the initial day, I have been
using the output of a dry run of rsync to determine what files need to
be sent to tape. I think due to an upgrade in rsync the current version
now escapes con