From: Gabriel Filion Date: Fri, 18 Feb 2011 19:15:41 +0000 (-0500) Subject: doc/import-rsnapshot: small corrections and clarification X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=c8a4adc2b2033dc9408b8e7ffdd13d4e72fca072;p=packages%2Fb%2Fbup.git doc/import-rsnapshot: small corrections and clarification There's a typo in the --dry-run option explanation. The form "[...] or only imports all [...]" is confusing. Turn it around a little bit so that the quantifiers are associated more easily to the right portions of the sentence. Also, add an example for using the backuptarget argument. Signed-off-by: Gabriel Filion --- diff --git a/Documentation/bup-import-rsnapshot.md b/Documentation/bup-import-rsnapshot.md index 4a0214f..d5b32db 100644 --- a/Documentation/bup-import-rsnapshot.md +++ b/Documentation/bup-import-rsnapshot.md @@ -12,22 +12,24 @@ bup import-rsnapshot [-n] [] # SYNOPSIS -`bup import-rsnapshot` imports a rsnapshot archive. The +`bup import-rsnapshot` imports an 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. +or imports all backups only for a given backuptarget. # OPTIONS --n,--dry-rung +-n,--dry-run : don't do anything just print out what would be done -# EXAMPLE +# EXAMPLES $ bup import-rsnapshot /.snapshots + $ bup import-rsnapshot /.snapshots host1 + # BUP Part of the `bup`(1) suite.