Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
Marc Wäckerlin a493c2ed6a reorganisation of etc 6 роки тому
debian migrated to git, tested for rpm and deb 6 роки тому
doc migrated to git, tested for rpm and deb 6 роки тому
etc reorganisation of etc 6 роки тому
scripts reorganisation of etc 6 роки тому
AUTHORS updated author woth new homepage 9 роки тому
COPYING migrated to git, tested for rpm and deb 6 роки тому
ChangeLog migrated to git, tested for rpm and deb 6 роки тому
INSTALL migrated to git, tested for rpm and deb 6 роки тому
NEWS initial copy from old project 9 роки тому
README.md migrated to git, tested for rpm and deb 6 роки тому
autogen.sh fixed build in docker 8 роки тому
ax_check_qt.m4 migrated to git, tested for rpm and deb 6 роки тому
ax_cxx_compile_stdcxx_11.m4 updated build system 6 роки тому
ax_init_standard_project.m4 migrated to git, tested for rpm and deb 6 роки тому
backup-generic.desktop.in fixed build in docker 8 роки тому
backup-generic.spec.in migrated to git, tested for rpm and deb 6 роки тому
bootstrap.sh reorganisation of etc 6 роки тому
build-in-docker.conf migrated to git, tested for rpm and deb 6 роки тому
build-in-docker.sh migrated to git, tested for rpm and deb 6 роки тому
build-resource-file.sh initial copy from old project 9 роки тому
configure.ac reorganisation of etc 6 роки тому
dependency-graph.sh updated build system 6 роки тому
mac-create-app-bundle.sh migrated to git, tested for rpm and deb 6 роки тому
makefile.am reorganisation of etc 6 роки тому
makefile_test.inc.am updated build system 6 роки тому
resolve-debbuilddeps.sh migrated to git, tested for rpm and deb 6 роки тому
resolve-rpmbuilddeps.sh migrated to git, tested for rpm and deb 6 роки тому
rpmsign.exp updated build system 6 роки тому
sql-to-dot.sed updated build system 6 роки тому
template.sh updated build system 6 роки тому

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.