Skip to content

Bash script for making remote backups of linux servers using SSH and rsync.

Notifications You must be signed in to change notification settings

andrus-code/rsync-remote-incremental

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

rsync-remote-incremental

Bash script for making remote backups of linux servers using SSH and rsync. The script creates incremental backups for less storage-usage. A full backup of all files is created at the first, after that all daily backups are incremental (with hardlinks to the full-backup, so each directory contains all files, but each file is only stored once).

About

Bash script for making remote backups of linux servers using SSH and rsync.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages