btrbk: move snapshot_preserve column towards target_preserve

pull/358/head
Axel Burri 2020-12-13 15:25:32 +01:00
parent 4b7f4f6d81
commit 3ff42c60d1
1 changed files with 2 additions and 2 deletions

4
btrbk
View File

@ -199,8 +199,8 @@ my %table_formats = (
raw => [ qw( target_url target_host target_port target_path target_rsh ) ],
},
list => { table => [ qw( -source_host -source_port source_subvolume snapshot_path snapshot_name -target_host -target_port target_path ) ],
long => [ qw( source_host -source_port source_subvolume snapshot_path snapshot_name snapshot_preserve target_host -target_port target_path target_preserve ) ],
raw => [ qw( source_url source_host source_port source_subvolume snapshot_path snapshot_name snapshot_preserve target_url target_host target_port target_path target_preserve source_rsh target_rsh ) ],
long => [ qw( source_host -source_port source_subvolume snapshot_path snapshot_name target_host -target_port target_path snapshot_preserve target_preserve ) ],
raw => [ qw( source_url source_host source_port source_subvolume snapshot_path snapshot_name target_url target_host target_port target_path snapshot_preserve target_preserve source_rsh target_rsh ) ],
},
resolved => { table => [ qw( -source_host -source_port source_subvolume snapshot_subvolume status -target_host -target_port target_subvolume ) ],