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
+1
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ The script will use gzip to create .gz archives of your files.
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
12
12
13
# MySQL/MariaDB
13
14
The script will ask for mysql user and password confirmation each time you dump a database.
0 commit comments