From 3ff42c60d12eff75d190aad0e69f889a58bc3921 Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Sun, 13 Dec 2020 15:25:32 +0100 Subject: [PATCH] btrbk: move snapshot_preserve column towards target_preserve --- btrbk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/btrbk b/btrbk index 3796612..c369209 100755 --- a/btrbk +++ b/btrbk @@ -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 ) ],