Home ›
[copying a huge number of files with rsync][copying a huge number of files with rsync]
Submitted by Benjamin Melançon on July 1, 2009 - 6:49pm
Link Title and URL:
[copying a huge number of files with rsync] answer in: rsync error: some files could not be transferred (code 23) at main.c(1045)
May the file-list is getting a bit to big for rsync?
If I splitt the transfer using
for i in *; do
rsync -avv --delete --delete-excluded server::public/$i dest/
doneit works seamlessly. The file list is about 500000 files long.