Skip to content

Commit

Permalink
- remove redundant check
Browse files Browse the repository at this point in the history
  • Loading branch information
aschnell committed Nov 6, 2024
1 parent c86bbb5 commit 98276e7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions client/snbk/TheBigThing.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 98276e7

Please sign in to comment.