Displaying 6 results from an estimated 6 matches for "near_symlink".
Did you mean:
far_symlink
2018 Sep 12
2
Output of --list-only not as I expected for symlinks
The output of --list-only isn't as I expected as regards symlinks. Here
are my test files:
$ ls ./src
-rw------- 1 michael michael 0 2018-09-05 09:18:15 file
lrwxrwxrwx 1 michael michael 4 2018-09-05 09:18:28 near_symlink -> file
lrwxrwxrwx 1 michael michael 23 2018-09-05 09:19:05 far_symlink ->
/home/michael/Documents
The "destination" dir is empty:
$ ls ./dest
drwxr-xr-x 31 michael michael 4.0K 2018-09-12 09:46:06 ..
drwx------ 2 michael michael 4.0K 2018-09-12 09:50:20 .
I want to know whi...
2018 Sep 12
2
Output of --list-only not as I expected for symlinks
...el Hipp via rsync wrote:
>> The output of --list-only isn't as I expected as regards symlinks. Here
>> are my test files:
>>
>> $ ls ./src
>> -rw------- 1 michael michael 0 2018-09-05 09:18:15 file
>> lrwxrwxrwx 1 michael michael 4 2018-09-05 09:18:28 near_symlink -> file
>> lrwxrwxrwx 1 michael michael 23 2018-09-05 09:19:05 far_symlink ->
>> /home/michael/Documents
>>
>> The "destination" dir is empty:
>>
>> $ ls ./dest
>> drwxr-xr-x 31 michael michael 4.0K 2018-09-12 09:46:06 ..
>> drwx---...
2018 Sep 13
1
Output of --list-only not as I expected for symlinks
...tput of --list-only isn't as I expected as regards symlinks. Here
>>>> are my test files:
>>>>
>>>> $ ls ./src
>>>> -rw------- 1 michael michael 0 2018-09-05 09:18:15 file
>>>> lrwxrwxrwx 1 michael michael 4 2018-09-05 09:18:28 near_symlink
>>>> -> file
>>>> lrwxrwxrwx 1 michael michael 23 2018-09-05 09:19:05 far_symlink ->
>>>> /home/michael/Documents
>>>>
>>>> The "destination" dir is empty:
>>>>
>>>> $ ls ./dest
>>>> d...
2018 Sep 12
0
Output of --list-only not as I expected for symlinks
...12/2018 11:06 AM, Michael Hipp via rsync wrote:
> The output of --list-only isn't as I expected as regards symlinks. Here
> are my test files:
>
> $ ls ./src
> -rw------- 1 michael michael 0 2018-09-05 09:18:15 file
> lrwxrwxrwx 1 michael michael 4 2018-09-05 09:18:28 near_symlink -> file
> lrwxrwxrwx 1 michael michael 23 2018-09-05 09:19:05 far_symlink ->
> /home/michael/Documents
>
> The "destination" dir is empty:
>
> $ ls ./dest
> drwxr-xr-x 31 michael michael 4.0K 2018-09-12 09:46:06 ..
> drwx------ 2 michael michael 4.0K 20...
2018 Sep 13
0
Output of --list-only not as I expected for symlinks
...>>> The output of --list-only isn't as I expected as regards symlinks. Here
>>> are my test files:
>>>
>>> $ ls ./src
>>> -rw------- 1 michael michael 0 2018-09-05 09:18:15 file
>>> lrwxrwxrwx 1 michael michael 4 2018-09-05 09:18:28 near_symlink
>>> -> file
>>> lrwxrwxrwx 1 michael michael 23 2018-09-05 09:19:05 far_symlink ->
>>> /home/michael/Documents
>>>
>>> The "destination" dir is empty:
>>>
>>> $ ls ./dest
>>> drwxr-xr-x 31 michael michael 4.0...
2018 Sep 13
4
[Bug 13615] New: Output of --list-only not as I expected re: symlinks
...Reporter: michael at redmule.com
QA Contact: rsync-qa at samba.org
The output of --list-only isn't as I expected as regards symlinks. Here are my
test files:
$ ls ./src
-rw------- 1 michael michael 0 2018-09-05 09:18:15 file
lrwxrwxrwx 1 michael michael 4 2018-09-05 09:18:28 near_symlink -> file
-rw------- 1 michael michael 0 2018-09-13 12:39:41 exclude
lrwxrwxrwx 1 michael michael 4 2018-09-13 12:40:47 far_symlink -> /etc
I want to know which files are candidates to transfer. I don't want symlinks to
transfer. I run it with --list-only :
$ rsync -r --no-links -...