{% extends "pobsync_backend/base.html" %} {% block title %}Snapshot {{ snapshot.dirname }} | {{ snapshot.host.host }}{% endblock %} {% block content %}
data/ directory. Start with a dry run, restore to a staging path first,
and only then copy data back to a live host or service path.
{{ restore.inspect_command }}
{{ restore.dry_run_command }}
{{ restore.local_command }}
{{ restore.partial_dry_run_command }}
{{ restore.example_relative_path }} with the path you want to restore.{{ restore.file_dry_run_command }}
{{ restore.example_file_relative_path }} with the file you want to restore.{{ restore.remote_dry_run_command }}
Snapshots can contain hardlinks to files shared with earlier snapshots. Treat snapshot directories as read-only: copy data out with rsync instead of editing files in place.
| Run | Status | Started | Ended |
|---|---|---|---|
| Run {{ run.id }} | {{ run.status }} | {{ run.started_at|default:"" }} | {{ run.ended_at|default:"" }} |
| No backup runs linked to this snapshot. | |||
| Kind | Status | Started | Dirname |
|---|---|---|---|
| {{ child.kind }} | {{ child.status }} | {{ child.started_at|default:"" }} | {{ child.dirname }} |
| No derived snapshots linked to this snapshot. | |||
{{ metadata_json }}