Re: How to get log file for rsync operation? Does rsync also deleteremote files?
Goran Ivanic schrieb:
> I am planning to use rsync for a daily backup to a remote backup server.
>
> When I read the rsync manual it does not become clear on how to write a log file for the rsync operation.
>
> I am missing options like:
>
> rsync ..... -logfile=\home\backup\rsync.log -logmode=append ......
maybe you are looking for
--log-file=FILE log what we're doing to the specified FILE
See man rsync.
Martin
|