Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
Marc Wäckerlin a493c2ed6a reorganisation of etc před 6 roky
debian migrated to git, tested for rpm and deb před 6 roky
doc migrated to git, tested for rpm and deb před 6 roky
etc reorganisation of etc před 6 roky
scripts reorganisation of etc před 6 roky
AUTHORS updated author woth new homepage před 9 roky
COPYING migrated to git, tested for rpm and deb před 6 roky
ChangeLog migrated to git, tested for rpm and deb před 6 roky
INSTALL migrated to git, tested for rpm and deb před 6 roky
NEWS initial copy from old project před 9 roky
README.md migrated to git, tested for rpm and deb před 6 roky
autogen.sh fixed build in docker před 8 roky
ax_check_qt.m4 migrated to git, tested for rpm and deb před 6 roky
ax_cxx_compile_stdcxx_11.m4 updated build system před 6 roky
ax_init_standard_project.m4 migrated to git, tested for rpm and deb před 6 roky
backup-generic.desktop.in fixed build in docker před 8 roky
backup-generic.spec.in migrated to git, tested for rpm and deb před 6 roky
bootstrap.sh reorganisation of etc před 6 roky
build-in-docker.conf migrated to git, tested for rpm and deb před 6 roky
build-in-docker.sh migrated to git, tested for rpm and deb před 6 roky
build-resource-file.sh initial copy from old project před 9 roky
configure.ac reorganisation of etc před 6 roky
dependency-graph.sh updated build system před 6 roky
mac-create-app-bundle.sh migrated to git, tested for rpm and deb před 6 roky
makefile.am reorganisation of etc před 6 roky
makefile_test.inc.am updated build system před 6 roky
resolve-debbuilddeps.sh migrated to git, tested for rpm and deb před 6 roky
resolve-rpmbuilddeps.sh migrated to git, tested for rpm and deb před 6 roky
rpmsign.exp updated build system před 6 roky
sql-to-dot.sed updated build system před 6 roky
template.sh updated build system před 6 roky

README.md

Differential backup scripts using rsync and hardlinks.

This is a toolset to setup and run a backup server that pulls differential daily, weekly and monthly backups from any number of hosts and stores them on the local harddrive. For this, it uses rsync and its mechanism to hardlink against already existing files, so only new and changed files are copied over the network. This saves harddisk space and network bandwidth, but you still have a full file system hierarchy tree the same way it is represented on the host that has been backuped. That makes it easy to restore. The only disadvantage of this method is, that hardlinks on the host are not preserved (but softlinks and anything else are).

For monitoring your backups, you can provide an email address to get notification in case of error and there is an Icinga (Nagios) pluging provided.