mirror of https://github.com/digint/btrbk
btrbk: print target_path instead of target_subvol for "list {target,config}"
parent
3ada7c174e
commit
c4073f6c53
10
btrbk
10
btrbk
|
@ -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 ) ],
|
||||
|
|
Loading…
Reference in New Issue