Hi,
My command to perform backups as follows:
vzdump --quiet 1 --bwlimit 20480 --mode snapshot --all 1 --ionice 7 --compress lzo --storage local
Despite ionice and bwlimit during backup server for a few minutes is not responsive.
I thought it would be good to wait a while between each VM.
How to do it?
Naturally, to keep the "--all" option.
eg.
vzdump --quiet 1 --bwlimit 20480 --mode snapshot --all 1 --ionice 7 --compress lzo --storage local --waitbetween 60
Which causes a break of 60 seconds between the backup each VM.
My command to perform backups as follows:
vzdump --quiet 1 --bwlimit 20480 --mode snapshot --all 1 --ionice 7 --compress lzo --storage local
Despite ionice and bwlimit during backup server for a few minutes is not responsive.
I thought it would be good to wait a while between each VM.
How to do it?
Naturally, to keep the "--all" option.
eg.
vzdump --quiet 1 --bwlimit 20480 --mode snapshot --all 1 --ionice 7 --compress lzo --storage local --waitbetween 60
Which causes a break of 60 seconds between the backup each VM.