]> arthur.barton.de Git - bup.git/blob - Documentation/bup-import-rsnapshot.md
Merge branches 'gf/ls', 'gf/tag', 'zz/import-rsnapshot' and 'bl/selfindex'
[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 a 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 only imports all backups for a given backuptarget.
21
22 # OPTIONS
23
24 -n,--dry-rung
25 :   don't do anything just print out what would be done
26
27 # EXAMPLE
28
29     $ bup import-rsnapshot /.snapshots
30
31 # BUP
32
33 Part of the `bup`(1) suite.