|
Project Information
Featured
Downloads
Links
|
What is EloyEloy is a comand line backup system. Configure the directories to backup and Eloy does partial backups of all changes. List all changes and restore older versions of files and directories. Under the hood, Eloy uses rsync. MissionEloy tries to be something like Apples Time Machine for the command line. Installation
alias eloy='path/to/eloy.sh' Creating backupseloy backup This will create an initial backup if no previous backup has been made in the target directory. Otherwise a partial backup will be created. Please refer to the full list of commands to learn more about Eloy. PluginsYou can add custom "plugins" to the backup process. Plugins are scripts that are executed when running eloy backup. The scripts can use all functions and variables from eloy.sh. Check out the demo plugin or the postgresql plugin. |