Skip to content

Commit 804e264

Browse files
authored
Update README.md
Adding some clarity to README
1 parent 69542e0 commit 804e264

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

Diff for: README.md

+20-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,23 @@
11
# phpbackup
2-
A Simple script to backup - download, both SQL and all PHP Files as one zip.
32

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.
723

8-
Thats all.

0 commit comments

Comments
 (0)