Skip to content

Bash script that will back up my home directory if a file change is detected.

License

Notifications You must be signed in to change notification settings

GSSparks/home-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

home-backup

Bash script that will back up your Documents, Pictures, and Videos directories in your home directory if a file change is detected.

Needs to be ran by the user whose home directories you want to back up. For example, if you run this script using a systemd timer then you run this with 'sudo -u USER'.

Backup Directory is set by adding the PATH when running the script. For example you would write, "sudo -u USER ./home-backup.sh /mnt/backup"

About

Bash script that will back up my home directory if a file change is detected.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages