[% META title="Restore node" level = 20 %] [% id = q.param('id') %] [% UNLESS id; THROW 'validate' 'Id missing'; END %] [% hidden('id', id) %] [% node = get(id) %]

Restore [% node.sysdesig | html %]

Restores from the selected point in time

Time Agent Arcs [% FOREACH point IN node.restore_points.reverse %]
[% point.time.strftime('%Y-%m-%d %H.%M.%S') %] [% point.by.wu_jump %] [% point.count %] [% jump('Restore','restore_point.tt',id=id,time=point.time.subtract(seconds=1).iso8601) %] [% END %]