Displaying 1 result from an estimated 1 matches for "openbsd37_full".
2005 Jun 12
0
[Bug 2791] New: a long exclude-from list is not parsed correctly
...is periodically updated and I'm trying
to create a smaller system in order to fit onto a compact flash used on a
soekris box. so I thought a
rsync --verbose --recursive --times --perms --owner --group --numeric-ids
--links --hard-links --devices --exclude-from ./file_list /
10.0.0.2:/var/tmp/openbsd37_full/
with a good file_list is just the right thing.
the problem is that if the file_list is large enough it will not be parsed
correctly by rsync. some of the files will not be transfered as they should.
if I split the file_list in more pieces and I run rsync for each of them I can
get the job done,...