Currently, mutagen can only have one defaults config in .mutagen.yml, so if I want to create multiple sync/forward tasks for different goals, I can only leave basic default settings in the "default config file", and pass option arguments via command line while creating them.
If this could be implemented, I can manage tasks more easily, especially for syncing tasks, for example, I have many tasks (code sync, code backup, full backup, etc.) in my computer which would require different config templates.
What about have an optional argument called --config-profile?
Thanks!
Currently, mutagen can only have one
defaults
config in.mutagen.yml
, so if I want to create multiple sync/forward tasks for different goals, I can only leave basic default settings in the "default config file", and pass option arguments via command line while creating them. If this could be implemented, I can manage tasks more easily, especially for syncing tasks, for example, I have many tasks (code sync, code backup, full backup, etc.) in my computer which would require different config templates. What about have an optional argument called--config-profile
? Thanks!