Skip to content

This is my first script made in bash which creates backup of files / directories from home/user directory.

Notifications You must be signed in to change notification settings

M1lachite/backup_script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This script is the first one which I've made in Bash. I am aware that it is not perfect and there are more specified tools for this task, but my goal in creating it was to learn how to make something more complex in this scripting language. The script creates a .tar archive from files in /home/user directory.

It is running by .timers files (soon included) in a day/time specified by the user.

Also, in addition to this script, I've created another script which removes old tar files. The remove.sh script removes old .tar files. Like the main script it can be run by .timer file to automate it.

About

This is my first script made in bash which creates backup of files / directories from home/user directory.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages