-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
--rsync; select custom rsync binary Add config function: --init; reset catalog backup file
- Loading branch information
1 parent
89c9d64
commit 179a4ff
Showing
11 changed files
with
258 additions
and
117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
.\" Manpage for Butterfly Backup. | ||
.\" Contact [email protected] to correct errors or typos. | ||
.TH man 1 "11 Dec 2018" "1.4.0" "bb man page" | ||
.TH man 1 "10 May 2019" "1.5.0" "bb man page" | ||
.SH NAME | ||
bb \- Butterfly Backup - backup/restore/archive tool , agentless | ||
.SH SYNOPSIS | ||
|
@@ -9,7 +9,7 @@ bb [ACTION] [OPTIONS] | |
bb [-h] [--verbose] [--log] [--dry-run] [--version] | ||
{config,backup,restore,archive,list,export} ... | ||
.SH DESCRIPTION | ||
Butterfly Backup is a simple command line wrapper of rsync for complex task, written in python. | ||
Butterfly Backup is a simple command line wrapper of rsync for complex task, written in python. | ||
.SH OPTIONS | ||
.TP | ||
action: | ||
|
@@ -50,8 +50,9 @@ action: | |
--timeout TIMEOUT, -T TIMEOUT | ||
I/O timeout in seconds | ||
--skip-error, -e Skip error. | ||
--rsync-path, -R Select a custom rsync path. | ||
|
||
.B list | ||
.B list | ||
[ACTION] | ||
|
||
--catalog CATALOG, -C CATALOG | ||
|
@@ -64,39 +65,41 @@ action: | |
List only match hostname or ip | ||
--oneline, -o One line output | ||
|
||
.B restore | ||
.B restore | ||
[ACTION] | ||
|
||
--catalog CATALOG, -C CATALOG | ||
Folder where is catalog file | ||
--backup-id ID, -i ID | ||
Backup-id of backup | ||
--last, -L Last available backup | ||
--user USER, -u USER Login name used to log into the remote host (where | ||
you're restoring) | ||
--last, -L Last available backup | ||
--user USER, -u USER Login name used to log into the remote host (where | ||
you're restoring) | ||
--computer HOSTNAME, -c HOSTNAME | ||
Hostname or ip address to perform restore | ||
Hostname or ip address to perform restore | ||
--type {Unix,Windows,MacOS}, -t {Unix,Windows,MacOS} | ||
Type of operating system to perform restore | ||
--timeout TIMEOUT, -T TIMEOUT | ||
I/O timeout in seconds | ||
--mirror, -m Mirror mode | ||
--skip-error, -e Skip error. | ||
--rsync-path, -R Select a custom rsync path. | ||
|
||
.B config | ||
.B config | ||
[ACTION] | ||
|
||
Init configuration: | ||
--new, -n Generate new configuration | ||
--remove, -r Remove exist configuration | ||
--init INIT, -i INIT Reset catalog file. Specify path of backup folder. | ||
|
||
Deploy configuration: | ||
--deploy DEPLOY_HOST, -d DEPLOY_HOST | ||
Deploy configuration to client: hostname or ip address | ||
--user DEPLOY_USER, -u DEPLOY_USER | ||
User of the remote machine | ||
|
||
.B archive | ||
.B archive | ||
[ACTION] | ||
|
||
--catalog CATALOG, -C CATALOG | ||
|
@@ -122,8 +125,9 @@ Deploy configuration: | |
--timeout TIMEOUT, -T TIMEOUT | ||
I/O timeout in seconds | ||
--skip-error, -e Skip error | ||
--rsync-path, -R Select a custom rsync path. | ||
|
||
.B optional arguments | ||
.B optional arguments | ||
[OPTIONS] | ||
|
||
-h, --help show help message and exit | ||
|
@@ -168,6 +172,9 @@ Deploy configuration to machine: | |
Export a backup to another path: | ||
O_O>$ bb export --catalog /mnt/backup/ --backup-id f0f700e8-0435-11e9-9e78-005056a664e0 --destination /mnt/export | ||
|
||
Reset backup catalog: | ||
O_O>$ bb config --init /mnt/backup/ | ||
|
||
.SH SEE ALSO | ||
Full documentation is here: | ||
https://butterfly-backup.readthedocs.io/en/latest/ | ||
|
@@ -176,4 +183,4 @@ No known bugs. | |
.SH AUTHOR | ||
Matteo Guadrini <[email protected]> | ||
.SH COPYRIGHT | ||
(c) Matteo Guadrini. All rights reserved. | ||
(c) Matteo Guadrini. All rights reserved. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Oops, something went wrong.