A rsync wrapper to easily perform local/remote incremental backups.
Stars
3
Forks
0
Watchers
3
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
26
commits
Adds support for single files in the backup list
aab5ae1View on GitHubAdds a success message to be printed at the end of backup.
4266cd4View on GitHubAdds -v option to show details about backup progress.
36a0248View on GitHubRefactors some functions to have a single rsync command spawned.
df032f4View on GitHubAdds options for performing backup on a remote host through SSH.
e41d49aView on GitHubAllows user to provide a list of patterns to be excluded from backup.
2ae4186View on GitHubAllows user to provide a list of patterns to be excluded from backup.
c03d348View on GitHubAdds a script for basic testing of easy-backup.
3fcbf05View on GitHub