Displaying 1 result from an estimated 1 matches for "kinda2".
Did you mean:
kinda
2006 Dec 07
2
Why does this rsync line not work?
I'm trying to update a bunch of downloaded files from a mounted older disk.
This command works from the Kterm command line or in a script:
rsync -nuv /mnt/kinda2/home/lba/dl/* /home/lba/dl
and a list of the files to be updated appears on the screen.
But this line (without a tailing * in source) does not work:
rsync -nuv /mnt/kinda2/home/lba/dl/ /home/lba/dl
and I get the following error message:
skipping directory /mnt/kinda2/home/lba/dl/.
sent 21...