Hello all,
I'm trying to copy a whole block device to another server.

My issue is that I'm not able to write to a block device.
The special file is overwritten by the normal file.

I'm using rsync 3.1.3 on both servers, and I tried some commands:

#rsync --bwlimit=100k  -vvPz --copy-devices  /dev/sdb 
root@10.144.162.85:/dev/sdd
#rsync --bwlimit=100k  -vvPz --copy-devices --inplace   /dev/sdb 
root@10.144.162.85:/dev/sdd
#rsync --bwlimit=100k  -vvPz --copy-devices --inplace 
--devices  /dev/sdb root@10.144.162.85:/dev/sdd


None of the commands worked well for me.





Il giorno dom, 05/04/2020 alle 18.45 +0000, just subscribed for rsync-
qa from bugzilla via rsync ha scritto:
> https://bugzilla.samba.org/show_bug.cgi?id=11101
> 
> Wayne Davison <wa...@opencoder.net> changed:
>            What    |Removed                     |Added---------------
> -----------------------------------------------------------
> --         Resolution|
> -
> --                         |FIXED             Status|NEW             
>             |RESOLVED
> --- Comment #4 from Wayne Davison <wa...@opencoder.net> ---I've
> refined the old write-devices.diff from the patches repo and included
> itfor the upcoming release.
I cannot use the --write-devices option


I cannot understand if the 3.1.3 contain the write-devices option or if
I have to apply this patch.


Can someone help me understanding the problem?


Regards
 Ambrogio
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to