Select Git revision
backupninja
-
-
- Open in your IDE
- Download source code
Forked from
Liberate / backupninja
285 commits behind, 1 commit ahead of the upstream repository.

Fabian Raab authored
The old way of extraciting the folder path out of the rsync URL-like syntax fails when used with the rsync protocol. For example echo "rsync://example.org:42/some/folder/" | cut -d : -f 2 returns `//example.org` instead of `/some/folder/` because of the second `:` which is not present in the ssh URL syntax.
Name | Last commit | Last update |
---|---|---|
etc | ||
examples | ||
handlers | ||
lib | ||
man | ||
src | ||
.gitignore | ||
AUTHORS | ||
COPYING | ||
ChangeLog | ||
FAQ.md | ||
INSTALL.md | ||
Makefile.am | ||
NEWS | ||
README.md | ||
RELEASE.md | ||
TODO | ||
Vagrantfile | ||
autogen.sh | ||
backupninja.spec.in | ||
configure.ac |