mirror of https://github.com/digint/btrbk
btrbk: add source and target url to resolved raw format
parent
3ff42c60d1
commit
6669855936
3
btrbk
3
btrbk
|
@ -205,7 +205,8 @@ my %table_formats = (
|
|||
|
||||
resolved => { table => [ qw( -source_host -source_port source_subvolume snapshot_subvolume status -target_host -target_port target_subvolume ) ],
|
||||
long => [ qw( type source_host -source_port source_subvolume snapshot_subvolume status target_host -target_port target_subvolume target_type ) ],
|
||||
raw => [ qw( type source_host source_port source_path snapshot_path snapshot_name status target_host target_port target_path target_type source_rsh target_rsh ) ],
|
||||
raw => [ qw( type source_url source_host source_port source_path snapshot_path snapshot_name status target_url target_host target_port target_path target_type source_rsh target_rsh ) ],
|
||||
# NOTE: snapshot_path is ambigous and does NOT print SUBVOL_PATH here (should be snapshot_subvolume, left as-is for compatibility)
|
||||
},
|
||||
|
||||
schedule => { table => [ qw( action -host -port subvolume scheme reason ) ],
|
||||
|
|
Loading…
Reference in New Issue