Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.
/ php-backuper Public archive

Small tool which can create backup of websites and upload them by WebDAV

License

Notifications You must be signed in to change notification settings

KOYU-Tech/php-backuper

Repository files navigation

PHP Backuper

Install

$ git clone https://github.com/KOYU-Tech/php-backuper.git
$ composer install
$ cp .env.save .env
$ nano .env (edit parameters and credentials)
$ crontab -e (paste the command)

Commands

Create dump of DB

php console databases_backup

Create files backup in the target directory

php console ./target_directory/path/

To create backup of Gitlab projects in the target directory

php console gitlab_backup

Note: it uses gitlab-rake gitlab:backup:create and it requires root access

About

Small tool which can create backup of websites and upload them by WebDAV

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages