Displaying 3 results from an estimated 3 matches for "stats0".
Did you mean:
stats
2016 Jul 12
2
Rsync (3.1.1) reports directories but not files with changed permissions
...e mkdir /tmp/tests/test.d
$ ssh remote touch /tmp/tests/test
$ ssh remote chmod 700 /tmp/tests
$ ssh remote chmod 700 /tmp/tests/test.d
$ ssh remote chmod 600 /tmp/tests/test
$ rsync -rp remote:/tmp/tests /tmp
$ chmod o+r /tmp/tests/test.d
$ chmod o+r /tmp/tests/test
$ rsync -rpcv --info=flist0,stats0 remote:/tmp/tests /tmp -n -i
.f...p..... tests/test
.d...p..... tests/test.d/
$ rsync -rpcv --info=flist0,stats0 remote:/tmp/tests /tmp -n
tests/test.d/
I would expect rsync to report changes in permissions consistently
both in case of files and directories.
Ádám
2009 Aug 07
2
xtable, sweave and resizebox
does anyone know to rezize a table produzed by xtable? The size of my table
is too big and I would like to resize it like using resizebox but it gives
an erros when I try using it
using it its fine
\SweaveOpts{echo=false}
<<results=tex>>=
xtable(stats0,caption='Número de transacções dos artigos frequentes e
infrequentes',label='tab:INEStats')
@
but the size is too big
so I try
<<echo=False,results=hide>>=
load('stats.Rdata')
library(xtable)
\resizebox{\textwidth}{!}{
\SweaveOpts{echo=false}
<<results=t...
2016 Aug 08
0
[Bug 12131] New: Rsync reports directories but not files with changed permissions
...e mkdir /tmp/tests/test.d
$ ssh remote touch /tmp/tests/test
$ ssh remote chmod 700 /tmp/tests
$ ssh remote chmod 700 /tmp/tests/test.d
$ ssh remote chmod 600 /tmp/tests/test
$ rsync -rp remote:/tmp/tests /tmp
$ chmod o+r /tmp/tests/test.d
$ chmod o+r /tmp/tests/test
$ rsync -rpcv --info=flist0,stats0 remote:/tmp/tests /tmp -n -i
.f...p..... tests/test
.d...p..... tests/test.d/
$ rsync -rpcv --info=flist0,stats0 remote:/tmp/tests /tmp -n
tests/test.d/
--
You are receiving this mail because:
You are the QA Contact for the bug.