Displaying 4 results from an estimated 4 matches for "hubbitus".
Did you mean:
hobbits
2015 Oct 11
2
rsync always try change owner and group of symlink in --fake-super mode
...changed.
Simple reproduce:
$ mkdir rsync.symlinks
$ echo 'file content' > rsync.symlinks/file.itself
$ ln -s file.itself rsync.symlinks/file.symlink
Then try to transfer it on remote host:
$ rsync -apr --links --itemize-changes --fake-super -M--fake-super
rsync.symlinks backup at store.hubbitus.info:~/temp/rsync.symlinks
cd+++++++++ rsync.symlinks/
<f+++++++++ rsync.symlinks/file.itself
cL+++++++++ rsync.symlinks/file.symlink -> file.itself
And again:
.L....og... rsync.symlinks/file.symlink -> file.itself
I had tried use --rsync-path="rsync --fake-super" instead of
-...
2015 Oct 15
0
[Bug 11558] New: rsync always try change owner and group of symlink in --fake-super mode
...--fake-super mode
Product: rsync
Version: 3.1.2
Hardware: x64
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: core
Assignee: wayned at samba.org
Reporter: pahan at hubbitus.info
QA Contact: rsync-qa at samba.org
Hi.
I long time discover strange to me behavior. If I add --fake-super
option on both sides rsync start always set owner and group of symlink.
What interesting there no error, but it done each time as it has been
changed.
Simple reproduce:
$ mkdir r...
2015 Oct 11
0
rsync always try change owner and group of symlink in --fake-super mode
...mkdir rsync.symlinks
> $ echo 'file content' > rsync.symlinks/file.itself
> $ ln -s file.itself rsync.symlinks/file.symlink
>
> Then try to transfer it on remote host:
> $ rsync -apr --links --itemize-changes --fake-super -M--fake-super
> rsync.symlinks backup at store.hubbitus.info:~/temp/rsync.symlinks
> cd+++++++++ rsync.symlinks/
> <f+++++++++ rsync.symlinks/file.itself
> cL+++++++++ rsync.symlinks/file.symlink -> file.itself
>
> And again:
> .L....og... rsync.symlinks/file.symlink -> file.itself
>
>
> I had tried use --rsync-path=&...
2017 Jun 05
1
[Bug 12820] New: rsync always try change owner and group of symlink in --fake-super mode
...--fake-super mode
Product: rsync
Version: 3.0.9
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: core
Assignee: wayned at samba.org
Reporter: pahan at hubbitus.info
QA Contact: rsync-qa at samba.org
Hello.
I long time discover strange to me behavior. If I add --fake-super
option on both sides rsync start always set owner and group of symlink.
What interesting there no error, but it done each time as it has been
changed.
Simple reproduce:
$ mkdi...