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,
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,
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