https://github.com/captainerd/php-backup-sql-database-or-files
A Simple script to backup - download, both SQL and all PHP Files as one zip.
https://github.com/captainerd/php-backup-sql-database-or-files
Last synced: 4 months ago
JSON representation
A Simple script to backup - download, both SQL and all PHP Files as one zip.
- Host: GitHub
- URL: https://github.com/captainerd/php-backup-sql-database-or-files
- Owner: captainerd
- License: gpl-3.0
- Created: 2022-01-25T14:39:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-29T06:27:35.000Z (about 1 year ago)
- Last Synced: 2025-04-05T14:51:12.761Z (about 1 year ago)
- Language: PHP
- Size: 92.8 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# phpbackup
**phpbackup** is a simple PHP script to help you easily upload and manage backups. It allows you to:
- Upload and unzip a backup ZIP file, optionally including an SQL file.
- Create a backup ZIP containing all PHP files and an optional SQL dump.
## Features
- Set an MD5 hash password for login (default: `12345`).
- Optionally configure default SQL credentials (or leave them blank).
- Upload `backup.php` to your root directory.
- Access the script by visiting `yourdomain.com/backup.php` and log in.
## Setup
1. Upload `backup.php` to your server's root directory.
2. Configure the script:
- Set the password in the script (default is `12345`).
- If needed, configure your SQL credentials.
3. Navigate to `yourdomain.com/backup.php` in your browser.
4. Log in and start managing your backups.
That's it! Enjoy seamless backup management.