Displaying 2 results from an estimated 2 matches for "arvcu".
2008 Nov 03
3
[rsync -avz] total size/disk usage difference between source and destination
Hi folks
We migrated storage from local disk to SAN with:
# rsync -avz /mnt/lvol00045/* /lvol00045
Why there is a difference in size? How to explain this? Do we have
inconsistency? What we did wrong?
[...]
/dev/mapper/vg01-lvol00045_old
10321208 3930336 6286016 39% /mnt/lvol00045
[...]
/dev/mapper/vg01-lvol00045
10321208 3163852 6633068 33%
2004 May 31
0
Auth problem when running a remote script over SSH
...computer at work (having an older rsync version 2.4.6,
protocol 24) synces the files between the two computers. When I log on to
this computer using ssh and execute the script everything is fine. So I do:
ssh me@computer.work
./syncfiles (this is the script)
The script contains the line:
rsync -arvcu thesis/ home.computer::work/thesis
However (here comes the funny part), when I try to call the script like this:
ssh me@workcomputer './syncfiles'
I get an auth failed error:
2004/05/30 20:23:23 [13009] auth failed on module work from computer.work
(xx.xx.xx.xx)
The IP adress that is reje...