3

Is it some possible to clone etckeeper git repo on my computer, make some changes and after that push to /etc folder on server?

I tried this but i have problem with push because etc is noa a bare repo.

Thanks for help.

BR,

2 Answers2

0

With keepconf tool you can get the files from remote servers and track them locally into a git repo.

rfmoz
  • 991
  • 4
  • 14
  • 27
0

You would have to either pull repo on etckeeper machine from your computed, or use intermediate bare repo like that: your pc --(push)--> remote repo etckeeper machine <--(pull)-- remote repo

XANi
  • 185
  • 3