From: Zoran Zaric Date: Mon, 6 Dec 2010 12:00:06 +0000 (+0100) Subject: Adds documentation for bup-import-rsnapshot X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=012fb1c318b9abc22b5a4243c1fc048016462781;p=packages%2Fb%2Fbup.git Adds documentation for bup-import-rsnapshot Signed-off-by: Zoran Zaric --- diff --git a/Documentation/bup-import-rsnapshot.md b/Documentation/bup-import-rsnapshot.md new file mode 100644 index 0000000..4a0214f --- /dev/null +++ b/Documentation/bup-import-rsnapshot.md @@ -0,0 +1,33 @@ +% bup-import-rsnapshot(1) Bup %BUP_VERSION% +% Zoran Zaric +% %BUP_DATE% + +# NAME + +bup-import-rsnapshot - import a rsnapshot archive + +# SYNOPSIS + +bup import-rsnapshot [-n] [] + +# SYNOPSIS + +`bup import-rsnapshot` imports a rsnapshot archive. The +timestamps for the backups are preserved and the path to +the rsnapshot archive is stripped from the paths. + +`bup import-rsnapshot` either imports the whole archive +or only imports all backups for a given backuptarget. + +# OPTIONS + +-n,--dry-rung +: don't do anything just print out what would be done + +# EXAMPLE + + $ bup import-rsnapshot /.snapshots + +# BUP + +Part of the `bup`(1) suite.