]> arthur.barton.de Git - bup.git/blob - Documentation/bup-import-rsnapshot.md
get: adjust for python 3 and test there
[bup.git] / Documentation / bup-import-rsnapshot.md
1 % bup-import-rsnapshot(1) Bup %BUP_VERSION%
2 % Zoran Zaric <zz@zoranzaric.de>
3 % %BUP_DATE%
4
5 # NAME
6
7 bup-import-rsnapshot - import a rsnapshot archive
8
9 # SYNOPSIS
10
11 bup import-rsnapshot [-n] \<path to snapshot_root\> [\<backuptarget\>]
12
13 # SYNOPSIS
14
15 `bup import-rsnapshot` imports an rsnapshot archive. The
16 timestamps for the backups are preserved and the path to
17 the rsnapshot archive is stripped from the paths.
18
19 `bup import-rsnapshot` either imports the whole archive
20 or imports all backups only for a given backuptarget.
21
22 # OPTIONS
23
24 -n, \--dry-run
25 :   don't do anything just print out what would be done
26
27 # EXAMPLES
28
29     $ bup import-rsnapshot /.snapshots
30
31     $ bup import-rsnapshot /.snapshots host1
32
33 # BUP
34
35 Part of the `bup`(1) suite.