Skip to content

This backup-agent will help user to backup the database or file-system to i-stack

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
COPYING
Notifications You must be signed in to change notification settings

winger007/backup-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About:
This tool is used to backup the database or file-system to
cloud from client machine automatically

Features:
1. Install this agent automatically based on different distribution
2. Keep customized number of backup files on local and cloud
3. Send notification mail to admin about backup result

How to use:
1. Run install script:
-----------------------
|bash install.bash     |      
-----------------------

2. Use "crontab -e" to fill in below content.Below config means you want to backup the database
   at 1:00 every night.
-------------------------------------------------
|0 1 * * * python $PROJECT_DIR/backup-agent.py   |
-------------------------------------------------
The $PROJECT_DIR is the tool location.

3. Finally, fill in the backup.conf for any database or file-system you want to backup.

4. Test whether the module can run normally manually
--------------------------------------
| python $PROJECT_DIR/backup-agent.py |
--------------------------------------

Any problem, please contact Mei Lei <meilei007@gmail.com>

About

This backup-agent will help user to backup the database or file-system to i-stack

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published