https://github.com/bbengfort/kwikback
A series of backup scripts for my servers to move databases and site files to VPN backup locations and quickly tie everything up into a nice package.
https://github.com/bbengfort/kwikback
Last synced: 9 months ago
JSON representation
A series of backup scripts for my servers to move databases and site files to VPN backup locations and quickly tie everything up into a nice package.
- Host: GitHub
- URL: https://github.com/bbengfort/kwikback
- Owner: bbengfort
- License: other
- Created: 2013-04-12T18:31:49.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-12T18:32:06.000Z (about 13 years ago)
- Last Synced: 2025-04-03T03:28:55.632Z (over 1 year ago)
- Language: Shell
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
kwikback
========
A series of backup scripts for my servers to move databases and site files
to VPN backup locations and quickly tie everything up into a nice package.
This custom backup script dumps all data from MySQL, backs up the site
files directory in /var/www and backs up the Apache configuration files.
To install-- add fullbackup, mysqlbackup, and sitefilesbackup to:
/usr/local/bin/
If you add it to your path, please ensure that the variables in fullbackup
are appropriately modified to handle the path of the new files.
In fullbackup ensure that the following strings are set:
REMOTE_DIR
REMOTE_PORT
So that you can scp the backup to a remote location.
Also ensure that the directory BAK_DIR is set in your USER_DIR