All of lore.kernel.org
 help / color / mirror / Atom feed
* [Q] Tell Git to follow symlinks?
@ 2008-02-24 11:05 Alexander Gladysh
  2008-02-24 15:08 ` Remi Vanicat
  2008-02-25  8:52 ` Jakub Narebski
  0 siblings, 2 replies; 6+ messages in thread
From: Alexander Gladysh @ 2008-02-24 11:05 UTC (permalink / raw)
  To: git

Hi, list!

Sorry for a rather dumb question.

I'm trying to build a rudimentary GIT-based backup system for my remote host.

I want to put all relevant data (which is scattered throught the
system) under single large Git backup-only (i.e. no development)
repository.

And then on the remote system set cron to do something like

    git add . && git commit -m "`date`" && git gc

And on local system set cron to do git pull.

I thought to construct my repo of the number of symlinks to other
places, but apparently Git does not follow any simlinks.

I have considered using zillion of git submodules, but looks like this
solution would demand more work than I'd like to put in there.

Please give me some directions on the building such dumb backup system I want :)

Thanks in advance,
Alexander.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-02-25 10:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-24 11:05 [Q] Tell Git to follow symlinks? Alexander Gladysh
2008-02-24 15:08 ` Remi Vanicat
2008-02-24 18:22   ` Alexander Gladysh
2008-02-25  5:54   ` David Tweed
2008-02-25  8:52 ` Jakub Narebski
2008-02-25 10:06   ` Matthieu Moy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.