search for: shodanshok

Displaying 3 results from an estimated 3 matches for "shodanshok".

2019 Jan 02
1
rsync remote raw block device with --inplace
More notes about diskrsync <https://github.com/dop251/diskrsync> : (0) It seems to work well and efficiently. The README.md now explains how to install it and it's a lot easier than the script I included in my last note would seem to indicate. (I didn't and still don't know Go.) (1) Effectively, inherently, and non-optionally, diskrsync has rsync's --inplace feature. IOW,
2018 Sep 08
1
Re: how "safe" is blockcommit ?
...low for large file transfer. I strongly suggest to experiment with rsync "--inplace no-whole-file" options to really transfer/write changed bits only. If that does not cut in, you can try with bdsync[1] or blocksync[2] [1] https://github.com/TargetHolding/bdsync [2] https://github.com/shodanshok/blocksync >> - blockcommit the overlay: blockcommit guest /path/to/testsn --active >> --wait --verbose --pivot >> - delete the snapshot: snapshot-delete guest --snapshotname testsn >> --metadata >> - remove the overlay >> >> Is that ok ? How "safe&...
2018 Sep 07
3
how "safe" is blockcommit ?
Hi, currently i'm following https://wiki.libvirt.org/page/Live-disk-backup-with-active-blockcommit. I 'm playing around with it and it seems to be quite nice. What i want is a daily consistent backup of my image file of the guest. I have the idea of the following procedure: - Shutdown the guest (i can live with a downtime of a few minutes, it will happen in the night). And i think