Re: mirror block devices

2017-06-27 Thread Marian Marinov via rsync
You can also look at chunksync http://chunksync.florz.de/ Marian On 06/26/2017 09:27 PM, Harald Dunkel via rsync wrote: > Hi folks, > > I have to migrate a set of iscsi backstores to a new target via network. > To reduce downtime I would like to mirror the active volumes first, next > stop the

Re: rsync with overlay tree

2016-03-30 Thread Marian Marinov
On 03/31/2016 07:40 AM, tomr wrote: > I maintain a directory structure containing dirs and files that I regularly > push to ~50 hosts, which are divided into 3 groups that have slightly > different needs (minor mods in a couple of files). > > So ideally I would have 4 directories: >

Deleted files stats

2014-06-22 Thread Marian Marinov
Hi guys, we need a way to see how much bytes were removed when using the --delete option. We have some patches for that functionality but they are not complete (currently not including symlink stats). Would any of you be interested in looking at them and helping us polish them, so they can be

Re: RFC: Mount namespace option

2014-04-11 Thread Marian Marinov
Hi, I have a new version of the namespace patches which actually works :) All comments(good and mostly bad :) ) is greatly appreciated. Best regards, Marian On 04/03/2014 04:48 PM, Marian Marinov wrote: Hello guys, I'm working a lot with Linux Containers(LXC) and find it extremely nice

Re: [PATCH] Add option --dirs-update

2014-04-07 Thread Marian Marinov
I'm interested in this patch. It is useful for situation where you want to do contentious replication of files. Since I was not in the list by the time you sent those patches, would you please forward them to me? Marian On 04/07/2014 02:20 PM, Arvid Requate wrote: Hello, are there any

RFC: Mount namespace option

2014-04-03 Thread Marian Marinov
Hello guys, I'm working a lot with Linux Containers(LXC) and find it extremely nice to have the ability to rsync files from the host machine to the container without the need of SSH. What I did was a simple patch, which added the new option --mount-ns-pid=PID and also added a call to setns()

RFC: slow-down option

2014-04-03 Thread Marian Marinov
to the problem :) Best regards, Marian From 4c6513798c997342dc79da5531cac6e9348b5bc3 Mon Sep 17 00:00:00 2001 From: Marian Marinov m...@yuhu.biz Date: Thu, 3 Apr 2014 08:23:53 +0300 Subject: [PATCH 1/2] options.c: Add the --slow-down option This option is used to slowdown the generation of files

Re: RFC: slow-down option

2014-04-03 Thread Marian Marinov
On 04/03/2014 02:48 PM, Christoph Biedl wrote: Marian Marinov wrote... I've been using rsync on some backup servers for years. In 2011 we had a situation where the FS of the backup server was behaving strange, even thou there was enough available I/O, the fs(ext4 on 16TB partition with a lot

Re: RFC: slow-down option

2014-04-03 Thread Marian Marinov
On 04/03/2014 03:35 PM, Christoph Biedl wrote: Joe wrote... This is way beyond my level of expertise, but wouldn't something like ionice help with that? Although I'm not Marian, probably not. The ionice program does a reasonable good job when it's about prioritizing read operation. The