From 98276e7477c80915823321db8447465e438792d5 Mon Sep 17 00:00:00 2001 From: Arvin Schnell Date: Wed, 6 Nov 2024 08:29:12 +0100 Subject: [PATCH] - remove redundant check --- client/snbk/TheBigThing.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/client/snbk/TheBigThing.cc b/client/snbk/TheBigThing.cc index 9f9f7f0b..c823c621 100644 --- a/client/snbk/TheBigThing.cc +++ b/client/snbk/TheBigThing.cc @@ -249,9 +249,6 @@ namespace snapper if (verbose) cout << _("Probing source snapshots.") << endl; - if (backup_config.source_path != snapper->getConfig().getSubvolume()) - SN_THROW(Exception(_("Path mismatch."))); - const ProxySnapshots& source_snapshots = snapper->getSnapshots(); if (verbose) -- 2.47.3