File tree 1 file changed +20
-5
lines changed
1 file changed +20
-5
lines changed Original file line number Diff line number Diff line change 1
1
# phpbackup
2
- A Simple script to backup - download, both SQL and all PHP Files as one zip.
3
2
4
- - Set up an MD5 Hash password to login. default has is for password "12345"
5
- - Configure default sql credentials if you need them pre-filled in the from, or ignore that step otherwise.
6
- - Upload the backup.php into the root visit site/backup.php and login.
3
+ ** phpbackup** is a simple PHP script to help you easily upload and manage backups. It allows you to:
4
+
5
+ - Upload and unzip a backup ZIP file, optionally including an SQL file.
6
+ - Create a backup ZIP containing all PHP files and an optional SQL dump.
7
+
8
+ ## Features
9
+ - Set an MD5 hash password for login (default: ` 12345 ` ).
10
+ - Optionally configure default SQL credentials (or leave them blank).
11
+ - Upload ` backup.php ` to your root directory.
12
+ - Access the script by visiting ` yourdomain.com/backup.php ` and log in.
13
+
14
+ ## Setup
15
+ 1 . Upload ` backup.php ` to your server's root directory.
16
+ 2 . Configure the script:
17
+ - Set the password in the script (default is ` 12345 ` ).
18
+ - If needed, configure your SQL credentials.
19
+ 3 . Navigate to ` yourdomain.com/backup.php ` in your browser.
20
+ 4 . Log in and start managing your backups.
21
+
22
+ That's it! Enjoy seamless backup management.
7
23
8
- Thats all.
You can’t perform that action at this time.
0 commit comments