Understanding Disk Usage in Linux
21–24 of 24 posts
Re: Understanding Disk Usage in Linux
#22Earlier quoted context omitted.
Cool => I'll then probably reformat on my root server the partition hosting the images of my VMs from EXT4 to XFS => then to make 100% backups from time to time I would just have to shut them down for a minute, do a "cp --reflink" of their image-file on the host/dom0, then I could start them up again and do anytime later the slow download of their "copied" file. Any recommendations about a utility (working on a layer…
I believe rsync is the utility you are looking for.
I think that when I tested this with rsync a long time back I did a similar mistake like this one https://stackoverflow.com/questions/28819379/block-level-cop... (doing a sync not over a network) and/or this one https://www.reddit.com/r/linux/comments/3nhx0p/rsync_block_l... (doing a sync by adding/removing some bytes instead of just changing their values, as it would happen in the preallocated img-file of the VMs).
I'll test it again - thanks a lot for the info!!
Re: Understanding Disk Usage in Linux
#23Website seems to be hugged to death, here's an archived copy: https://web.archive.org/web/20190429214402/https://ownyourbi... The article is well worth reading as it's reasonably comprehensive, including a small foray into COW filesystem.
Re: Understanding Disk Usage in Linux
#24Earlier quoted context omitted.
Is that a reference to Hug Bot? https://pbfcomics.com/comics/hug-bot/
Not sure, but I always thought "hug of death" came from reddit: https://en.wikipedia.org/wiki/Slashdot_effect
(Knowing such things makes me feel kind of old).