Skip to content

Commit 481e5db

Browse files
committed
Update README
1 parent 9f515fd commit 481e5db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Linux Backup Script (Bash)
22
Take backups of your mysql/mariadb databases and your files/folders. This can be useful for server backups or migrations.
33
I personaly use it to backup all of /etc/ and maybe home user directories including websites and databases that I maintain.
4-
Makes my life easier not having to go through all the progress again and again. I just change the folder paths to the ones I need and I'm ready to go.
4+
<br>Makes my life easier not having to go through all the progress again and again. I just change the folder paths to the ones I need and I'm ready to go.
55
The script will use gzip to create .gz archives of your files.
66

77
# Requirements
88
Packages **pv & gzip** are required to be installed on your system because they're needed for the progress bar and archive creation of your files and .sql databases.
99
Use your favourite package manager and install them.
1010
On Debian this should do: **sudo apt install pv gzip**
11-
Also, **sudo** is required. We need it so we can backup system files.
11+
<br>Also, **sudo** is required. We need it so we can backup system files.
1212

1313
# MySQL/MariaDB
1414
The script will ask for mysql user and password confirmation each time you dump a database.

0 commit comments

Comments
 (0)