Skip to content

Commit

Permalink
sim: fix backup crash upon restoring from backup
Browse files Browse the repository at this point in the history
"backup restore" used to restore lib/libsimlib.so which caused errors in dynamic
symbol lookup in backup binary after "restic restore".

Fixes #34
  • Loading branch information
varqox committed Oct 13, 2024
1 parent 7c569a4 commit 4b9fc2a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions subprojects/sim/src/backup.cc
Original file line number Diff line number Diff line change
Expand Up @@ -279,10 +279,8 @@ void save(ArgSeq::Iter begin, ArgSeq::Iter end) {
"--password-command=echo sim",
"backup",
".db.config",
"bin",
"dump.sql",
"internal_files",
"lib",
"logs",
"manage",
"sim.conf",
Expand Down

0 comments on commit 4b9fc2a

Please sign in to comment.