mirror of
https://github.com/moghtech/komodo.git
synced 2026-07-16 01:59:56 -05:00
[GH-ISSUE #230] Question: Committing mounted files #15784
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Hugo-Persson on GitHub (Dec 18, 2024).
Original GitHub issue: https://github.com/moghtech/komodo/issues/230
Hi!
I have the scenario where I have a mounted volume to one of my containers, the container then writes data to a file. I wish to sync this file with git with periodical commits. Do Komodo have some way to achieve this?
Otherwise, I can create a cron job that runs git add, git commit and git push periodically.
@mbecker20 commented on GitHub (Dec 19, 2024):
I'm not sure there's anything specific to this feature. Maybe something with #47 (scheduling, not implemented). I'd just use the Cron job for now.