1bup-import-rsnapshot(1) bup-import-rsnapshot(1)
2
3
4
6 bup-import-rsnapshot - import a rsnapshot archive
7
9 bup import-rsnapshot [-n] <path to snapshot_root> [<backuptarget>]
10
12 bup import-rsnapshot imports an rsnapshot archive. The timestamps for
13 the backups are preserved and the path to the rsnapshot archive is
14 stripped from the paths.
15
16 bup import-rsnapshot either imports the whole archive or imports all
17 backups only for a given backuptarget.
18
20 -n, --dry-run
21 don't do anything just print out what would be done
22
24 $ bup import-rsnapshot /.snapshots
25
26 $ bup import-rsnapshot /.snapshots host1
27
29 Part of the bup(1) suite.
30
32 Zoran Zaric <zz@zoranzaric.de>.
33
34
35
36Bup 0.29.1 2017-03-26 bup-import-rsnapshot(1)