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

Revert "check backup date on symlink instead of dir"

This reverts commit 1cdcc207.
parent 7846d3b0
No related branches found
No related tags found
No related merge requests found
......@@ -88,6 +88,7 @@ def test_last_backup_is_recent(server: str) -> bool:
"-maxdepth 1",
"-xtype l",
"-name latest",
"-exec realpath {} +", # must always be last arg
)
cmd = "ssh -o StrictHostKeyChecking=no {} '{}'".format(server, find)
status, out = subprocess.getstatusoutput(cmd)
......
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