| WIKI-TOOLKIT-REVERT-TO-DATE(1p) | User Contributed Perl Documentation | WIKI-TOOLKIT-REVERT-TO-DATE(1p) |
wiki-toolkit-revert-to-date - Revert the state of a Wiki::Toolkit instance to an earlier point in time.
# Removes any changes made to a Wiki::Toolkit instance since a given date
# (and optionally time), restoring it to the state at that point.
wiki-toolkit-revert-to-date --type postgres
--name mywiki \
--user wiki \
--pass wiki \
--host 'db.example.com' \
--port 1234 \
--date 2007-01-05 \
--time 11:23:21
Takes three mandatory arguments:
five optional arguments:
Nick Burch
Copyright (C) 2006 Nick Burch. All Rights Reserved.
This code is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Wiki::Toolkit
| 2021-01-04 | perl v5.32.0 |