Skip to content

Small Bash Script to Backup Like MacOSx TimeMachine

License

Notifications You must be signed in to change notification settings

limbo200/bash-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Small bash script to backup folders

This script uses incremental backups with hard links, pretty like TimeMachine.

Instructions:

1 - Clone the repo:

git clone https://github.com/rgrcnh/bash-backup.git

2 - Configure:

rsync-file, rsync-include and exclude shoud reside inside the same scrit folder, then... . Edit rsync-file and add origem and destinations and needed permission. . Edit rsync-include and rsync-exclude to include/exlude file and folders . Set the script executable:

chmod +x backup.sh 

3 - Execute the script and follow the screen menu.

./bachup.sh 

About

Small Bash Script to Backup Like MacOSx TimeMachine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages