NAME
narada-restore - restore full project or some files from backup
VERSION
This document describes narada-restore version v2.2.2
USAGE
narada-restore path/to/backup.full.tar [files]
DESCRIPTION
Should be executed in project deploy directory.
Will restore full project or just extract given files from backup created using narada-backup
.
When restoring full project in directory with existing project will run under narada-lock-exclusive.
When restoring full project will also update project's external setup (for ex. if project use MySQL then narada-setup-mysql --clean
will be run before unpacking backup and narada-setup-mysql
will be run after).
When given, file names must be the full path from project deploy directory, without wildcards. Values a/b
, /a/b
and ./a/b
are all handled in same way (as ./a/b
).
CONFIGURATION AND ENVIRONMENT
var/use/*
SUPPORT
Bugs / Feature Requests
Please report any bugs or feature requests through the issue tracker at https://github.com/powerman/Narada/issues. You will be notified automatically of any progress on your issue.
Source Code
This is open source software. The code repository is available for public review and contribution under the terms of the license. Feel free to fork the repository and submit pull requests.
https://github.com/powerman/Narada
git clone https://github.com/powerman/Narada.git
Resources
MetaCPAN Search
CPAN Ratings
AnnoCPAN: Annotated CPAN documentation
CPAN Testers Matrix
CPANTS: A CPAN Testing Service (Kwalitee)
AUTHOR
Alex Efros <powerman@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2008-2015 by Alex Efros <powerman@cpan.org>.
This is free software, licensed under:
The MIT (X11) License