Displaying 5 results from an estimated 5 matches for "testlt".
Did you mean:
testl
2017 Apr 05
2
[Bug 12732] hard links can cause rsync to block or to silently skip files
...(each): Both rsync
> commands should read
>
---
Actually, I am reproducing your bug exactly as you entered
it.
And it is very sensitive to options.
When I take out the $PWD it works.
First your case:
/tmp> rsync -aHvv --compare-dest=$PWD/dstlt/. $PWD/srclt/. $PWD/baklt/.
|& tee testlt.log
sending incremental file list
delta-transmission disabled for local transfer or --whole-file
./
a is uptodate
d is uptodate
b
a => b
/tmp> ll -i srclt dstlt baklt
baklt:
total 8
17305770 -rw-rw-r-- 2 2 Apr 5 15:46 a
17305770 -rw-rw-r-- 2 2 Apr 5 15:46 b
dstlt:
total 8
8474888 -rw-rw-r--...
2017 Apr 05
0
[Bug 12732] hard links can cause rsync to block or to silently skip files
...t;
> ---
> Actually, I am reproducing your bug exactly as you entered
> it.
> And it is very sensitive to options.
>
> When I take out the $PWD it works.
>
> First your case:
> /tmp> rsync -aHvv --compare-dest=$PWD/dstlt/. $PWD/srclt/. $PWD/baklt/.
> |& tee testlt.log
> sending incremental file list
> delta-transmission disabled for local transfer or --whole-file
> ./
> a is uptodate
> d is uptodate
> b
> a => b
> /tmp> ll -i srclt dstlt baklt
> baklt:
> total 8
> 17305770 -rw-rw-r-- 2 2 Apr 5 15:46 a
> 17305770 -rw...
2017 Apr 04
5
[Bug 12732] New: hard links can cause rsync to block or to silently skip files
...g.
How to reproduce (1)
====================
[ Using Linux on e.g. ext4 ]
############################
mkdir srclt
cd srclt
echo x > a
ln a b
echo x > c
ln c d
cd ..
cp -aix srclt dstlt
rm dstlt/{b,c}
mkdir baklt
rsync -aHvv --compare-dest=$PWD/dstlt/. $PWD/srclt/. $PWD/baklt/. >> testlt.log
2>&1
############################
Actual Results (1)
==================
cat testlt.log
#####
sending incremental file list
delta-transmission disabled for local transfer or --whole-file
./
a is uptodate
d is uptodate
b
a => b
total: matches=0 hash_hits=0 false_alarms=0 data=2
se...
2012 Jun 25
4
graph displays
Good Afternoon, I'm trying to create a graph that displays the best way the
following information.
??? For instance organized by bar graph, A, B, C
Source X1000s X600s X500s X250s X100s X50s X10s X5s X3s X1s
1 A 47 63 75 116 125 129 131 131 131 131
2 B 37 64 45 11 25 19 61 131 186 186
3 C 17 62 25 66 12 29 91 171 186
2015 Apr 24
0
Hard links: incomplete backup or rsync does not terminate
...> cd srclt2
> echo x > a
> ln a b
> cd ..
> cp -aix srclt2 dstlt2
> rm dstlt2/b
> mkdir baklt2
> rsync -cavvHAXSl --exclude=gvfs --exclude=.gvfs --compare-dest=$PWD/dstlt2/. $PWD/srclt2/. $PWD/baklt2/. >> testlt2.log 2>&1
The log (after SIGINT) is:
> sending incremental file list
> delta-transmission disabled for local transfer or --whole-file
> ./
> a is uptodate
> b
> a => b
> rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at rsync.c(632) [sender=3.1.0]
> r...