From 739645444e4470a5c6fe61c32e0ce31ea875b695 Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Fri, 21 Aug 2020 23:39:16 +0200 Subject: [PATCH] btrbk: dont show subvolume_rel_path in fs_list table format --- btrbk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/btrbk b/btrbk index e241c70..c96a08b 100755 --- a/btrbk +++ b/btrbk @@ -227,8 +227,8 @@ my %table_formats = ( raw => [ qw( tree uuid parent_uuid received_uuid recursion ) ], }, - fs_list => { table => [ qw( -host mount_source id flags mount_subvol mount_point subvolume_path subvolume_rel_path path ) ], - short => [ qw( -host mount_source id flags mount_point path ) ], + fs_list => { table => [ qw( -host mount_source id flags mount_subvol mount_point subvolume_path path ) ], + short => [ qw( -host mount_source id flags path ) ], long => [ qw( -host mount_source id top cgen gen uuid parent_uuid received_uuid flags path ) ], raw => [ qw( host mount_source mount_subvol mount_point mount_subvolid id top_level cgen gen uuid parent_uuid received_uuid readonly path subvolume_path subvolume_rel_path ) ], },