Hi Magnus, It's a comma.
I found that information here: https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/raketasks/backup_restore.md The second code snippet shows an example with db and uploads disabled. And yes, the doc on this could be better I suppose :) Best, -- Christophe On Fri, May 27, 2016 at 2:13 PM, Magnus Therning <[email protected]> wrote: > > Christophe TREFOIS <[email protected]> writes: > > > Hi Magnus, > > > > I was already using the SKIP=lfs because we are using an external > > mount for that. > > > > So I checked in the rake task here: > > > https://github.com/gitlabhq/gitlabhq/blob/7fa1ab469f40dfced988a75b95e484e40615e32d/lib/tasks/gitlab/backup.rake > > > > Then I tried, and it worked. :) > > That is good to know, I've been thinking of leaving out the artifacts > from our backups, since they consist solely of untracked stuff. > > One thing that isn't obvious to me is how to skip more than one thing; > space separated as in > > SKIP="lfs registry" > > or comma separated as in > > SKIP=lfs,registry > > or what? > > (There should be some documentation for this somewhere, right? I feel I > shouldn't really have to learn Ruby to figure it out ;) > > /M > > -- > Magnus Therning, [email protected] > Cipherstone Technologies AB > Theres Svenssons gata 10, 417 55 Gothenburg, Sweden > > Those who would give up Essential Liberty to purchase a little > Temporary Safety, deserve neither Liberty nor Safety > — Benjamin Franklin, Historical Review of Pennsylvania, 1759 > > -- > 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/87pos7hf6k.fsf%40sobel.cipherstone.com > . > For more options, visit https://groups.google.com/d/optout. > -- Christophe *Official Mendeley Advisor* *Ask me anything about Mendeley through http://bit.ly/ki1ceV <http://bit.ly/ki1ceV>* -- 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/CAKKNTR0x4s7MW2GSxA68TF7KfJV25yj3QDdC8v2tM9txfCyXkw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
