From 19be8595c165df901adfb99d23741d02ada21f9c Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Fri, 6 Jul 2012 11:56:00 +0200 Subject: [PATCH] Correction de l'aide pour l'option --blocksize --- virt-backup | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/virt-backup b/virt-backup index d1b3aa4..9b6a3d8 100644 --- a/virt-backup +++ b/virt-backup @@ -454,7 +454,7 @@ sub run_cleanup{ sub usage{ print "usage:\n$0 --action=[dump|cleanup|chunkmount|unlock] --vm=vm1[,vm2,vm3] [--debug] [--exclude=hda,hdb] [--compress] ". "[--state] [--shutdown] [--shutdown-timeout] [--no-snapshot] [--snapsize=] [--backupdir=/path/to/dir] [--connect=] ". - "[--keep-lock] [--bs=]\n" . + "[--keep-lock] [--blocksize=]\n" . "\n\n" . "\t--action: What action the script will run. Valid actions are\n\n" . "\t\t- dump: Run the dump routine (dump disk image to temp dir, pausing the VM if needed). It's the default action\n" . @@ -493,7 +493,8 @@ sub usage{ "\t--shutdown: Shutdown the vm instead of suspending it. This uses ACPI to send the shutdown signal. " . "You should make sure your guest react to ACPI signals. This flag is mutual exclusive with --state\n\n" . "\t--shutdown-timeout=: How long to wait, in seconds, for the vm to shutdown. If the VM isn't stopped " . - "after that amount of time (in seconds), the backup will abort. The default timeout is 300 seconds"; + "after that amount of time (in seconds), the backup will abort. The default timeout is 300 seconds\n\n" . + "\t--blocksize=: Specify block size in bytes (for dd and chunkfs). Default to 262144 (256kB).\n"; } # Save a running VM, if it's running