Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
Marc Wäckerlin a493c2ed6a reorganisation of etc pirms 6 gadiem
debian migrated to git, tested for rpm and deb pirms 6 gadiem
doc migrated to git, tested for rpm and deb pirms 6 gadiem
etc reorganisation of etc pirms 6 gadiem
scripts reorganisation of etc pirms 6 gadiem
AUTHORS updated author woth new homepage pirms 9 gadiem
COPYING migrated to git, tested for rpm and deb pirms 6 gadiem
ChangeLog migrated to git, tested for rpm and deb pirms 6 gadiem
INSTALL migrated to git, tested for rpm and deb pirms 6 gadiem
NEWS initial copy from old project pirms 9 gadiem
README.md migrated to git, tested for rpm and deb pirms 6 gadiem
autogen.sh fixed build in docker pirms 8 gadiem
ax_check_qt.m4 migrated to git, tested for rpm and deb pirms 6 gadiem
ax_cxx_compile_stdcxx_11.m4 updated build system pirms 6 gadiem
ax_init_standard_project.m4 migrated to git, tested for rpm and deb pirms 6 gadiem
backup-generic.desktop.in fixed build in docker pirms 8 gadiem
backup-generic.spec.in migrated to git, tested for rpm and deb pirms 6 gadiem
bootstrap.sh reorganisation of etc pirms 6 gadiem
build-in-docker.conf migrated to git, tested for rpm and deb pirms 6 gadiem
build-in-docker.sh migrated to git, tested for rpm and deb pirms 6 gadiem
build-resource-file.sh initial copy from old project pirms 9 gadiem
configure.ac reorganisation of etc pirms 6 gadiem
dependency-graph.sh updated build system pirms 6 gadiem
mac-create-app-bundle.sh migrated to git, tested for rpm and deb pirms 6 gadiem
makefile.am reorganisation of etc pirms 6 gadiem
makefile_test.inc.am updated build system pirms 6 gadiem
resolve-debbuilddeps.sh migrated to git, tested for rpm and deb pirms 6 gadiem
resolve-rpmbuilddeps.sh migrated to git, tested for rpm and deb pirms 6 gadiem
rpmsign.exp updated build system pirms 6 gadiem
sql-to-dot.sed updated build system pirms 6 gadiem
template.sh updated build system pirms 6 gadiem

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.