Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
Marc Wäckerlin a493c2ed6a reorganisation of etc 6 år sedan
debian migrated to git, tested for rpm and deb 6 år sedan
doc migrated to git, tested for rpm and deb 6 år sedan
etc reorganisation of etc 6 år sedan
scripts reorganisation of etc 6 år sedan
AUTHORS updated author woth new homepage 9 år sedan
COPYING migrated to git, tested for rpm and deb 6 år sedan
ChangeLog migrated to git, tested for rpm and deb 6 år sedan
INSTALL migrated to git, tested for rpm and deb 6 år sedan
NEWS initial copy from old project 9 år sedan
README.md migrated to git, tested for rpm and deb 6 år sedan
autogen.sh fixed build in docker 8 år sedan
ax_check_qt.m4 migrated to git, tested for rpm and deb 6 år sedan
ax_cxx_compile_stdcxx_11.m4 updated build system 6 år sedan
ax_init_standard_project.m4 migrated to git, tested for rpm and deb 6 år sedan
backup-generic.desktop.in fixed build in docker 8 år sedan
backup-generic.spec.in migrated to git, tested for rpm and deb 6 år sedan
bootstrap.sh reorganisation of etc 6 år sedan
build-in-docker.conf migrated to git, tested for rpm and deb 6 år sedan
build-in-docker.sh migrated to git, tested for rpm and deb 6 år sedan
build-resource-file.sh initial copy from old project 9 år sedan
configure.ac reorganisation of etc 6 år sedan
dependency-graph.sh updated build system 6 år sedan
mac-create-app-bundle.sh migrated to git, tested for rpm and deb 6 år sedan
makefile.am reorganisation of etc 6 år sedan
makefile_test.inc.am updated build system 6 år sedan
resolve-debbuilddeps.sh migrated to git, tested for rpm and deb 6 år sedan
resolve-rpmbuilddeps.sh migrated to git, tested for rpm and deb 6 år sedan
rpmsign.exp updated build system 6 år sedan
sql-to-dot.sed updated build system 6 år sedan
template.sh updated build system 6 år sedan

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.