btrbk: print target_path instead of target_subvol for "list {target,config}"

pull/88/head
Axel Burri 2016-03-30 22:26:28 +02:00
parent 3ada7c174e
commit c4073f6c53
1 changed files with 5 additions and 5 deletions

10
btrbk
View File

@ -136,13 +136,13 @@ my %table_formats = (
long => [ qw( source_host source_subvol snapshot_path snapshot_name ) ],
raw => [ qw( source_url source_host source_path snapshot_path snapshot_name source_rsh ) ],
},
list_target => { table => [ qw( target_host target_subvol ) ],
long => [ qw( target_host target_subvol ) ],
list_target => { table => [ qw( target_host target_path ) ],
long => [ qw( target_host target_path ) ],
raw => [ qw( target_url target_host target_path target_rsh ) ],
},
list => { table => [ qw( source_host source_subvol snapshot_path snapshot_name target_host target_subvol ) ],
long => [ qw( source_host source_subvol snapshot_path snapshot_name snapshot_preserve target_host target_subvol target_preserve ) ],
raw => [ qw( source_url source_host source_subvol snapshot_path snapshot_name snapshot_preserve target_url target_host target_subvol target_preserve source_rsh target_rsh ) ],
list => { table => [ qw( source_host source_subvol snapshot_path snapshot_name target_host target_path ) ],
long => [ qw( source_host source_subvol snapshot_path snapshot_name snapshot_preserve target_host target_path target_preserve ) ],
raw => [ qw( source_url source_host source_subvol snapshot_path snapshot_name snapshot_preserve target_url target_host target_path target_preserve source_rsh target_rsh ) ],
},
resolved => { table => [ qw( source_host source_subvol snapshot_subvol status target_host target_subvol ) ],