mirror of
https://github.com/donl/vzpbackup.git
synced 2026-05-27 06:14:57 -06:00
update readme to include vzprestore
This commit is contained in:
parent
e0e66e7ae0
commit
08d194aa90
1 changed files with 30 additions and 1 deletions
31
README.md
31
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=\<backup-source\>**
|
||||
|
||||
Allows to specifiy an rsync-compatbile backup source.
|
||||
Default is /vz/backup
|
||||
|
||||
**--templates=\<yes|no\>**
|
||||
|
||||
If set to yes, we'll also restore our templates.
|
||||
|
||||
**--list-backups**
|
||||
|
||||
Prints a list of all available backups and backupsets.
|
||||
|
||||
**--backup-set=\<backupset\>**
|
||||
|
||||
Define from which backupset we're restoring.
|
||||
Default is the current one
|
||||
|
||||
## AUTHOR
|
||||
Philipp 'TamCore' Born <philipp {at} tamcore {dot} eu>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue