diff --git a/bin/backup b/bin/backup index 3091549..cb1c41b 100644 --- a/bin/backup +++ b/bin/backup @@ -156,7 +156,7 @@ if __name__ == "__main__": f"--exclude-from={exclude_file}", *link_dests, "/", - str(curr_snapshot.path), + str(curr_snapshot), ) except ValueError as e: syslog.critical(e)