Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evilfreelancer/gitlab2ftp-backup
A set of scripts to create backups of GitLab and transferring them to FTP server
https://github.com/evilfreelancer/gitlab2ftp-backup
bash ftp-server gitlab gitlab-backup
Last synced: 17 days ago
JSON representation
A set of scripts to create backups of GitLab and transferring them to FTP server
- Host: GitHub
- URL: https://github.com/evilfreelancer/gitlab2ftp-backup
- Owner: EvilFreelancer
- Created: 2017-01-11T12:43:50.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-09T23:58:44.000Z (almost 7 years ago)
- Last Synced: 2024-10-29T20:07:57.907Z (2 months ago)
- Topics: bash, ftp-server, gitlab, gitlab-backup
- Language: Shell
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitLab backuper
Collection of scripts for make GitLab backups and pushing to FTP server
## Automate it
You can automate packages update via Cron, for example:
# Run backup
0 2 * * * /path/to/backuper/backup.sh__Warning: Absolute path is important!__
This example mean: "Run script every day at 2 hour 0 minutes", more details you can find on [Wikipedia](https://en.wikipedia.org/wiki/Cron#Overview).