Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/jpeg Size: 4063 bytes Desc: image001.jpg Url : http://lists.samba.org/archive/rsync/attachments/20080125/eb3abcd6/attachment.jpg
On Fri, 2008-01-25 at 19:03 +0100, Sylvain Gargasson wrote:> Thanks for my RAM problem, it?s OK now, Dell share me 32GB of RAM. > > But now when I try on my showroom with a lot of files in one directory > I have this error: > > sho-lnx-001:~ # rsync -av --progress > --stats /mnt/source/* /mnt/destination/ > > -bash: /usr/bin/rsync: Argument list too longRemove the * from /mnt/source/* . Matt
Hi, On Fri, 25 Jan 2008, Sylvain Gargasson wrote:> Thanks for my RAM problem, it's OK now, Dell share me 32GB of RAM. > > But now when I try on my showroom with a lot of files in one directory I > have this error: > > sho-lnx-001:~ # rsync -av --progress --stats /mnt/source/* /mnt/destination/ > > -bash: /usr/bin/rsync: Argument list too longIt is just a bash isssue. You can say rsync -av --progress --stats /mnt/source/ /mnt/destination/ just as well, avoiding this limitation. Viele Gr??e Eberhard M?nkeberg (emoenke@gwdg.de, em@kki.org)
> Thanks for my RAM problem, it's OK now, Dell share me 32GB of RAM. > > But now when I try on my showroom with a lot of files in one directory > I have this error: > > sho-lnx-001:~ # rsync -av --progress > --stats /mnt/source/* /mnt/destination/ > > -bash: /usr/bin/rsync: Argument list too longRemove the * from /mnt/source/* . Matt Very good, I'm so stupid lol Thanks a lot for all... Take care and continue this perfect work... Bye