Click here to Skip to main content
15,905,683 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: my code is running so slow i want to get out and push. Pin
honey the codewitch11-Aug-19 1:07
mvahoney the codewitch11-Aug-19 1:07 
GeneralRe: my code is running so slow i want to get out and push. Pin
Sander Rossel11-Aug-19 1:27
professionalSander Rossel11-Aug-19 1:27 
GeneralRe: my code is running so slow i want to get out and push. Pin
honey the codewitch11-Aug-19 1:28
mvahoney the codewitch11-Aug-19 1:28 
Rantsigh, watching backup progress... Pin
lopatir10-Aug-19 8:45
lopatir10-Aug-19 8:45 
GeneralRe: sigh, watching backup progress... Pin
Nelek10-Aug-19 8:53
protectorNelek10-Aug-19 8:53 
GeneralRe: sigh, watching backup progress... Pin
Ron Anders10-Aug-19 11:25
Ron Anders10-Aug-19 11:25 
GeneralRe: sigh, watching backup progress... Pin
dandy7210-Aug-19 12:23
dandy7210-Aug-19 12:23 
GeneralRe: sigh, watching backup progress... Pin
lopatir10-Aug-19 19:29
lopatir10-Aug-19 19:29 
dandy72 wrote:
owever; if a VM is merely powered up, that's enough to mark the file as changed, so that's a few dozen GBs that get added to the backup pile instantly

with virtualbox if you take a snaphot only the latest ss file get's modded.
usually after setting up a vm (o/s, required apps I'll do a double snapshot, want to roll back to clean state or/and add things to the base roll back to the first ss (and do any new "base mods" there). means even then the usually huge base: os & core apps) stays un-modded.
do regular snaps (daily/weekly/monthly depending on how much happens/matters) to keep daily backup fast and sensible. Every half dozen or so snaps merge them back into base+1 or base+2 then take another snap and carry on. (if base+1 snap starts to get too large add another layer.)

it may seem counter productive , a potential performance hit or just somehow bad to have too many snaps, but in fact not at all*. with regard to performance snaps are no different to disk file fragmentation (i.e. on zero seek time media such as SSD no impact at all.)
* the entire block allocation tables always live in the last snap so regardless how many snaps you have, and in which snap the file/block you seek is located it's a O(1) lookup.

BTW, this means any [potential] delays caused by 'having [too] many snaps' are entirely of the host o/s and it's file system. ... which is why serious VM users and almost all providers (including ms [azure]) prefer linux/BSD for VM hosts [way way better large volume/tree file systems].

merging snaps: all merging does is clean out the redundant/previous copies of the same file(s)/block(s) ==> merging snaps only optimizes space, not time, speed or performance. (unless once again a on a sucky host).

OTOH though I also do merging because it looks 'cleaner', and can also take the opportunity to put more descriptive titles on those important snapshots so they won't get so easily lost in a long long long file/snap list. (host disk space is not an issue... yet)
Message Signature
(Click to edit ->)


modified 11-Aug-19 1:35am.

GeneralRe: sigh, watching backup progress... Pin
dandy7212-Aug-19 4:26
dandy7212-Aug-19 4:26 
GeneralRe: sigh, watching backup progress... Pin
dandy7210-Aug-19 12:18
dandy7210-Aug-19 12:18 
GeneralRe: sigh, watching backup progress... Pin
kmoorevs10-Aug-19 13:30
kmoorevs10-Aug-19 13:30 
GeneralRe: sigh, watching backup progress... Pin
kalberts11-Aug-19 23:09
kalberts11-Aug-19 23:09 
General6 more days until my Birthday! Pin
Brisingr Aerowing10-Aug-19 7:07
professionalBrisingr Aerowing10-Aug-19 7:07 
GeneralRe: 6 more days until my Birthday! Pin
OriginalGriff10-Aug-19 9:47
mveOriginalGriff10-Aug-19 9:47 
GeneralRe: 6 more days until my Birthday! Pin
jeron110-Aug-19 10:58
jeron110-Aug-19 10:58 
GeneralRe: 6 more days until my Birthday! Pin
Ravi Bhavnani10-Aug-19 12:06
professionalRavi Bhavnani10-Aug-19 12:06 
GeneralRe: 6 more days until my Birthday! Pin
jeron110-Aug-19 12:27
jeron110-Aug-19 12:27 
GeneralRe: 6 more days until my Birthday! Pin
Ravi Bhavnani10-Aug-19 13:46
professionalRavi Bhavnani10-Aug-19 13:46 
GeneralRe: 6 more days until my Birthday! Pin
jeron111-Aug-19 2:49
jeron111-Aug-19 2:49 
GeneralRe: 6 more days until my Birthday! Pin
BillWoodruff10-Aug-19 15:59
professionalBillWoodruff10-Aug-19 15:59 
GeneralA friend asked me to name two structures that hold water... Pin
Mike Hankey10-Aug-19 6:28
mveMike Hankey10-Aug-19 6:28 
GeneralRe: A friend asked me to name two structures that hold water... Pin
PIEBALDconsult10-Aug-19 6:40
mvePIEBALDconsult10-Aug-19 6:40 
GeneralRe: A friend asked me to name two structures that hold water... Pin
dandy7210-Aug-19 7:09
dandy7210-Aug-19 7:09 
GeneralRe: A friend asked me to name two structures that hold water... Pin
OriginalGriff10-Aug-19 23:05
mveOriginalGriff10-Aug-19 23:05 
GeneralRe: A friend asked me to name two structures that hold water... Pin
dandy7212-Aug-19 4:32
dandy7212-Aug-19 4:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.