AaronTechnic / rbackup

A script used to create backups of your home folder (only your personal files)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Note :)

I made this "backup script" a long time ago when I was getting into Linux. Even though it does say it is forked, I own the @tuxedlinux account but I have no idea about it's password and I use this one anyway.

Rbackup

A shell script script used to create backups of your home folder (only your personal files)

This script is used to copy contents of your home folder, to an external drive.

This script is licensed under the GNU General Public License v3

REMEMBER, You MUST edit this file before usage.

It uses Rsync at it's core.

Dependencies

You will need to install rsync in order to run this script.

How to run the script?

This script can only be run on Linux and macOS computers at the time. A Windows version of this script will come soon.

So, lets make the script exectutable. This can be done on Linux and macOS computers.

Open up a terminal and type:

chmod +x /Path/to/rbackup (make sure to replace /Path/to with your desired username and file system)

Now, lets run the script (make sure you have edited it)

Type in the terminal:

/Path/to/rbackup (again, make sure to replace /Path/to with your desired username and file system)

And........viola! Your backup will be in the external drive.

About

A script used to create backups of your home folder (only your personal files)

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%