A simple BASH script to do nightly backups to tarballs to a seperate hard drive (not to tape). Supports full and incremental backups. Ideal for linux home users to easily backup all or parts of their system, provided they have an extra hard drive.

Project Activity

See All Activity >

License

GNU Library or Lesser General Public License version 2.0 (LGPLv2)

Follow Simple Bash Backup Script

Simple Bash Backup Script Web Site

Other Useful Business Software
Our Free Plans just got better! | Auth0 Icon
Our Free Plans just got better! | Auth0

With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Try free now
Rate This Project
Login To Rate This Project

User Ratings

★★★★★
★★★★
★★★
★★
4
0
0
0
0
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 5 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 5 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 5 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 5 / 5

User Reviews

  • Nice, easy to make some personal mods I chose. There is one problem I found. The tail continues to run after program end and you will end up with multi tail executions running in Linux. This modification seems to stop this. Change: "then tail -f $LOGFILE >&3 & # run tail in bg" To: "then tail --pid=$(pgrep -x simplebashbu) -f $LOGFILE >&3 & # run tail in bg"
  • Very good Software.
    1 user found this review helpful.
  • I've used this script many times on many machines over the last 10 years. It's still a great tool. On my qmail servers, I make one adjustment to the email notification section. Original: then cat $LOGFILE | mail -s "$EMAILSUBJECT" $EMAILADDRESS Change to: then echo -e "Subject: <your server> Backup Completed Successfully\n" | cat - $LOGFILE | /var/qmail/bin/qmail-inject $EMAILADDRESS Maybe folks will find that useful. --Jeff
  • Nice script ported it to OSX 10.6 , made some minor adjustements. Time Machine is OK but always like a script.
Read more reviews >

Additional Project Details

Operating Systems

Linux, BSD

Languages

English

Intended Audience

System Administrators, End Users/Desktop

Programming Language

Unix Shell

Related Categories

Unix Shell File Compression Software, Unix Shell Backup Software

Registered

2001-08-10