Development Status: Released
Features:
-- Maintains a history of all your files and their changes.
-- Compresses the data to save space.
-- Only backs up the files that have changed since the last backup.
-- Command line driven to allow for easy integration into a server, or as scheduled task.
-- Built on the Java platform which allows it to be run on multiple operating systems.
-- Can be used to recover a Windows PC from a Linux boot disk, or other combinations.
-- Can store files on external drives, or other hard drive devices.
Tested Operating Systems:
-- Windows XP
-- Windows 7 64 bit
-- Ubuntu 11.04
-- Ubuntu 10.04
Examples:
This command will create a backup profile at "C:\backups\backup.ybp". It will store "C:\Documents and Settings" under the name "my_docs" and includes all sub-directories.
java -jar yRecovery.jar --profile "C:\backups\backup.ybp" --store --recursive --seed-name my_docs --seed-path "C:\Documents and Settings"This command will restore revision 0 (the initial revision) backup profile from "C:\backups\backup.ybp" with the name "my_docs" to the folder "C:\docs".
java -jar yRecovery.jar --profile "C:\backups\backup.ybp" --restore 0 --seed-name my_docs --seed-path "C:\docs"This command will list all the seeds, and their current revision numbers:
java -jar yRecovery.jar --profile "C:\backups\backup.ybp" --seed-list
If you like this program, please support me and donate!
If you have any questions or problems please send a mail to: yashaRecovery@gmail.com
THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.