Salt #689
DirkLaurenz
started this conversation in
Questions
Salt
#689
Replies: 4 comments 1 reply
-
As far as I know no. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi,
ok. I can build one on my own. For me it would be important to know which files tue distribute in Order not to break your update/configuration mechanisms.
I have several raspis and I use it on all of them. Deploying via salt would make every easier
Von: framp ***@***.***>
Gesendet: Montag, 16. Oktober 2023 01:17
An: framps/raspiBackup ***@***.***>
Cc: DirkLaurenz ***@***.***>; Author ***@***.***>
Betreff: Re: [framps/raspiBackup] Salt (Discussion #689)
As far as I know no.
—
Reply to this email directly, view it on GitHub <#689 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/AHCRWKKCHRGAVHKEIA3EJ4DX7RVIBANCNFSM6AAAAAA6BBIZBM> .
You are receiving this because you authored the thread. <https://github.com/notifications/beacon/AHCRWKLOLFRMA4GG3OPWUIDX7RVIBA5CNFSM6AAAAAA6BBIZBOWGG33NNVSW45C7OR4XAZNRIRUXGY3VONZWS33OINXW23LFNZ2KUY3PNVWWK3TUL5UWJTQAN4Y62.gif> Message ID: ***@***.*** ***@***.***> >
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi,
in a salt-state you describe which files/packages should be installed/copied/created on the respective clients
here’s an example for plugins for a checkmk agent:
cmk_agent_plugin_samba_files:
file.managed:
- user: root
- group: root
- mode: 0750
- names:
- /usr/lib/check_mk_agent/local/180/samba4-version:
- source: salt://production/states/cmk/agent_plugin_samba/samba.laurenz.ws/samba4-version
- /usr/lib/check_mk_agent/local/180/samba4-drs:
- source: salt://production/states/cmk/agent_plugin_samba/samba.laurenz.ws/samba4-drs
- /usr/lib/check_mk_agent/local/180/samba4-agent:
- source: salt://production/states/cmk/agent_plugin_samba/samba.laurenz.ws/samba4-agent
Von: framp ***@***.***>
Gesendet: Mittwoch, 18. Oktober 2023 11:33
An: framps/raspiBackup ***@***.***>
Cc: DirkLaurenz ***@***.***>; Author ***@***.***>
Betreff: Re: [framps/raspiBackup] Salt (Discussion #689)
For me it would be important to know which files tue distribute in Order not to break your update/configuration mechanisms.
I'm sorry. I don't get what info you need. You have to describe this in more detail.
—
Reply to this email directly, view it on GitHub <#689 (reply in thread)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/AHCRWKOCEWE5MQFEE7DNSIDX76O5XAVCNFSM6AAAAAA6BBIZBOVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TGMJTGEYDQ> .
You are receiving this because you authored the thread. <https://github.com/notifications/beacon/AHCRWKOIW7AADAJZX4SHCD3X76O5XA5CNFSM6AAAAAA6BBIZBOWGG33NNVSW45C7OR4XAZNRIRUXGY3VONZWS33OINXW23LFNZ2KUY3PNVWWK3TUL5UWJTQAN6LNI.gif> Message ID: ***@***.*** ***@***.***> >
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I assume you want to use raspiBackup only to create a backup. Then you need following files:
If you use also the sample plugins or other custome plugins you also have to have them in /usr/local/bin. If you want to customize raspiBackup with the installer you also have to have /usr/local/raspiBackupInstallUI.sh. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, has anyone already deployed raspiBackup via Salt?
Beta Was this translation helpful? Give feedback.
All reactions