cvonk / Snapshot_backup

Uses "snapshot"-style backups with hard links to create the illusion of multiple, full backups without much of the space or processing overhead.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snapshot_backup

Describes how to make daily and weekly backups using rsync, while preventing file duplication between the different backups.

It uses "snapshot"-style backups with hard links to create the illusion of multiple, full backups without much of the space or processing overhead.

Scripts and configuration examples are given for

  • Linux clients
  • Windows clients (using cygwin)
  • Synology server

On synology server,

  • create a regular user named backup, and allow access to rsync
  • enable ssh to admin account, by adding PermitRootLogin yes to /etc/sshd_config

Continue reading

About

Uses "snapshot"-style backups with hard links to create the illusion of multiple, full backups without much of the space or processing overhead.

License:MIT License


Languages

Language:Shell 44.2%Language:PowerShell 39.0%Language:Perl 16.8%