Link to home
Start Free TrialLog in
Avatar of softbless
softbless

asked on

Need to know Rsync Argument

I need to know Rsync argument that could write the Rsync log about this information :

# When the backup process start, and what time it's finished
# Number of files and number of files transferred
# Total file size and total file size transferred

Thanks a bunch
Avatar of mchkorg
mchkorg
Flag of France image

Hi,

1) why don't you call "date" before and after ? or call "time rsync <your_parameters>" instead of "rsync <your_parameters>"

2 & 3) maybe with --progress and/or --verbose. Not sure

Regards
ASKER CERTIFIED SOLUTION
Avatar of bman21
bman21

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of softbless
softbless

ASKER

it would very helpfull, if from start you provide the complete command.