man/prlbackup.1.ronn in prlbackup-1.0.3 vs man/prlbackup.1.ronn in prlbackup-1.1.0

- old
+ new

@@ -33,14 +33,14 @@ Create full backups (by default incremental backups are created). Note that the first backup for a VM is always a full backup despide of this option. * `-v`, `--verbose`: - Show commands with an impact on the VMs prior to their execution. + Display commands before executing them. * `-n`, `--dry-run`: - Don't do anything with the VMs, just pretend to. + Don't run commands with an impact on VMs (display them instead). * `-k` <number_of_full_backups>, `--keep-only` <number_of_full_backups>: Delete the oldest full backup(s) until only <number_of_full_backups> exist. This cleanup action will be executed for each VM right after creating the corresponding backup but only if the backup was successfully created. @@ -67,21 +67,22 @@ Backup all but not the given VMs: $ prlbackup --all --exclude Delta Echo -Show which commands would have been run when backing up all VMs: +Show what commands (with VM impact) whould have been run when backing up +all VMs: - $ prlbackup --dry-run --verbose --all + $ prlbackup --dry-run --all Create the weekly full backup for all VMs and delete backups older than four weeks: $ prlbackup --all --keep-only 5 ## SEE ALSO * prlctl(8) - * [prlbackup's homepage](https://github.com/bjoernalbers/prlbackup) + * [prlbackup on Github](https://github.com/bjoernalbers/prlbackup) ## COPYRIGHT Copyright (c) 2012 Bjoern Albers (<bjoernalbers@googlemail.com>)