You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
# Linux Backup Script (Bash)
2
2
Take backups of your mysql/mariadb databases and your files/folders. This can be useful for server backups or migrations.
3
3
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.
5
5
The script will use gzip to create .gz archives of your files.
6
6
7
7
# Requirements
8
8
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.
9
9
Use your favourite package manager and install them.
10
10
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.
12
12
13
13
# MySQL/MariaDB
14
14
The script will ask for mysql user and password confirmation each time you dump a database.
0 commit comments