staySafe Backup Code
A backup script designed for CMS like Typo3, Wordpress and many more
Brought to you by:
starkmann
File | Date | Author | Commit |
---|---|---|---|
conf.d | 2014-09-24 |
![]() |
[e35d14] ADD: Virus scan (calmav) |
lib | 2014-09-24 |
![]() |
[e35d14] ADD: Virus scan (calmav) |
Documentation | 2013-05-13 |
![]() |
[59d1ff] FIX: Bugs and documentation |
Dokumentation | 2012-11-15 |
![]() |
[ecfebf] ADD: Feature of running test on dumps and file ... |
README | 2012-08-27 |
![]() |
[a970ad] Initial commit |
ToDo | 2014-01-06 |
![]() |
[54b837] FIX: Add moodle to comment |
backup | 2014-09-24 |
![]() |
[e35d14] ADD: Virus scan (calmav) |
overview | 2012-11-01 |
![]() |
[b8837b] ADD: Feature: old backups are now deleted as sp... |
report | 2012-08-27 |
![]() |
[a970ad] Initial commit |
stats | 2012-11-01 |
![]() |
[b8837b] ADD: Feature: old backups are now deleted as sp... |
test | 2013-09-12 |
![]() |
[7c99f3] ADD: Moodle support |
staySafe staySafe mainly a wrapper for rdiff-backup and autobackupmysql. This script can backup any server that has ssh or ftp and a mysql database. Once configured correctly it recognizes the used CMS and get the database parameter from the configuration of the CMS. The key features are: 1. Central configuration of all servers 2. Backup of files and databases 3. Automatically stay up to date with changing accounts 4. Incremental backups 5. Rotating backups 6. Flexible interfaces to different protocols (ftp/ssh/sftp) 7. Rather no software requirements on server side 8. Easy to use Installation: Just copy it where you want to have it. Configuration: See files global_config and template in conf.d Usage: For all configurations found in conf.d: "backup all full|file|database" Second Parameter is optional For just one configuration: "backup conf_name full|file|database" Second Parameter is optional For complete documentation see Documentation