Correction! I said
Quote:
... I rename the file ...so I can keep a history ...
Doing that would
not accomplish the objective -- the renamed file at the target would get destroyed 24 hours later. What I really do is this: After completion of the "rsync" mirror operation I copy the "MIRRORLOG.TXT" file ( which NASLite creates on the target disk of the mirror during the operation as a log ) from the target of the mirror to the
source disk of the mirror. And then I rename it (giving it a unique name which includes the date of the operation) at the mirror's source.
In this fashion, 24 hours later, a copy of the prior (renamed) MIRRORLOG.TXT is made, giving me a running log at both the source and destination (target).

Sorry if my original statement caused any confusion.