On 12/12/2014 07:29 PM, Filipe Sousa wrote: > Hi, > > I'm using gitlab-rake gitlab:backup:create (cron jon) to make a daily > backup. Starting with 7.4 it is possible to upload the backup. The > example (http://goo.gl/TZx3DS) shows a configuration for Amazon S3. I'm > my case I have to upload the backup to a remote server over ssh. How can > I do this?
There is no built-in way to upload to other remote locations. Make a bash script that uses gitlab-rake to do a backup and then use rsync to upload to the remote server. -- GPG : 0x3A7DDABC985EDC6E Blog: http://axilleas.me -- You received this message because you are subscribed to the Google Groups "GitLab" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/gitlabhq/548BE0EC.1040204%40gmail.com. For more options, visit https://groups.google.com/d/optout.
