scripts/check-backups: show how to view the host's last-completed

This commit is contained in:
2024-08-07 23:00:44 +00:00
parent de6ffe6b75
commit 7b5d655c91

View File

@@ -32,6 +32,8 @@ for host in desko lappy moby servo; do
echo "- last attempt was $age_attempted_hr hours ago"
echo "- attempts are made every 12hr, and 'completion' tracking is pessimistic:"
echo "- normal operation will have the last completion always between 12hr and 24hr old"
echo "- check host's own view with:"
echo " ssh $host cat /nix/persist/private/zzz-rsync-net/last-completed | sed 's/^/@/' | date -f /dev/stdin"
fi
fi
done