Skip to content
Snippets Groups Projects
Commit e4a8416c authored by Nicolas KAROLAK's avatar Nicolas KAROLAK
Browse files

fix(test): correct path for legacy home backup

parent 519db122
No related branches found
No related tags found
No related merge requests found
...@@ -72,8 +72,9 @@ def test_last_backup_is_recent(server: str) -> bool: ...@@ -72,8 +72,9 @@ def test_last_backup_is_recent(server: str) -> bool:
client = socket.gethostname() client = socket.gethostname()
# set backup potential directories path # set backup potential directories path
# TODO: add "/backup/{}/data/" and "/backup/{}/etc/"
paths = [ paths = [
"/backup/{}/".format(client), "/backup/{}/home/".format(client),
"/backup/data/", "/backup/data/",
"/backup/nas*/", "/backup/nas*/",
"/backup/ms*/", "/backup/ms*/",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment