@@ -90,7 +90,7 @@ def restic_backup(dirpath: str, tagslist: list = None):
dryrun = "--dry-run"
repo = arguments.remotehost
if repo.finds(":") != -1:
if repo.find(":") != -1:
repo = f"{repo}//{arguments.repository}"
else:
repo = f"{repo}:/{arguments.repository}"
The note is not visible to the blocked user.