Operating System - HP-UX
1836436 Members
2360 Online
110100 Solutions
New Discussion

want to list all copied files only in rsync process

 
Hanry Zhou
Super Advisor

want to list all copied files only in rsync process

I wanted to rsync updated files over to remote server, but what is the option to list all files that are copied over?
Now, when I run rsync, it will be building file list first, at this moment, it lists all files under this directory, but I wanted to list only files that will be or already copied over.

thanks for you help!
none
1 REPLY 1
Patrick Wallek
Honored Contributor

Re: want to list all copied files only in rsync process

What options are you using when you rsync?

I use '-avcu --delete --stats' and I get only the files it syncs with these options.