From 08d194aa90cb8fb9a4e445af5e5d0cc41e63accd Mon Sep 17 00:00:00 2001 From: Philipp Born Date: Wed, 15 Oct 2014 14:18:15 +0200 Subject: [PATCH] update readme to include vzprestore --- README.md | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d6949cd..5d5d05a 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,36 @@ The backupscript was initially based on the Image-based backup section of [openv is included in the snapshot. Default is no -## RESTORE: vzprestore.sh (coming in the next months) +**--templates=<\yes|no\>** + + If set to yes, we'll also backup our templates. + Default is yes + +## RESTORE: vzprestore.sh + +**--all or VEIDs** + + Tells the script if we want to restore all backed up VEs (--all), + or only specified ones. If --all is set, additional passed VEIDs + are ignored. + +**--source=\** + + Allows to specifiy an rsync-compatbile backup source. + Default is /vz/backup + +**--templates=\** + + If set to yes, we'll also restore our templates. + +**--list-backups** + + Prints a list of all available backups and backupsets. + +**--backup-set=\** + + Define from which backupset we're restoring. + Default is the current one ## AUTHOR Philipp 'TamCore' Born