LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Rsync error 23: some files were not transferred (https://www.linuxquestions.org/questions/linux-newbie-8/rsync-error-23-some-files-were-not-transferred-4175568122/)

iFunction 01-28-2016 03:28 AM

Rsync error 23: some files were not transferred
 
Hi,

How can I see which files were not transferred, is there an easy way to do this?

Kind regards
iFunc

Gary Baker 01-28-2016 06:00 AM

Usually there's a file upon completion that shows you which files weren't copied. There's an error message and a file in my experience.

iFunction 01-28-2016 08:34 AM

Yes there is a file, but it's main.c, which is not very descriptive as in my experience, every program has a main.c in it. Is there a way I can specify a .txt file so that I can find it easily?

lazydog 01-28-2016 10:10 AM

Maybe pipe the output to a file "> log.txt"

malekmustaq 01-28-2016 02:31 PM

How did you issue the rsync command? What switches you used?
Just use it simple, e.g.
Quote:

rsync -rplog SOURCE DESTINATION
where SOURCE=your file/folder copied and DESTINATION=your target folder to where the source are copied to.
Try again, the copied files should be the same looking/names as the source.

Good luck. Hope that helps.

m.m.

suicidaleggroll 01-28-2016 02:46 PM

Turn on the verbose option for rsync and it will tell you every file that's being copied, including any errors in the transfer.

Gary Baker 02-05-2016 10:14 AM

Try Rsync -a v h s switches. Use v it prints a file in the directory.


All times are GMT -5. The time now is 11:02 PM.