Content
@
https://warpcast.com/~/channel/linux
0 reply
0 recast
0 reaction
jd 🌺
@jdl
tutor us on sync our ubuntu environment across multiple systems. $10 USDC / @bountybot
4 replies
0 recast
0 reaction
jd 🌺
@jdl
60m screen share ought to do it
0 reply
0 recast
0 reaction
Bounty Bot
@bountybot
Your bounty deadline just passed (2 week default unless specified). If you'd like to edit the bounty amount or deadline, please update through the bounty frame "admin" button If the bounty was completed, please update through the "admin" button
0 reply
0 recast
0 reaction
Bounty Bot
@bountybot
Confirmed! On your bounty page, you can pay users and view their bounty completion history Frame buttons - Admin: manage bounty status (in progress, complete), edit amount and deadline - Boost: get more attention on your bounty 🤖 commands - @bountybot cancel - @bountybot in progress - @bountybot complete (optional: tag winners) - @bountybot shoutout (optional: tag winner and write a positive review)
0 reply
0 recast
1 reaction
saluberis
@saluberis
do you mean env like `.bashrc`? You can use rsync or git for that purpose.
1 reply
0 recast
0 reaction
Abk
@anibalk
rsync is like a beefed-up SCP. You'll need to write a script or cron job using rsync if you want the sync to be automatic. Unison is great if you have the same OS and version on the machines you're syncing. It's critical that the same version of Unison is used on each machine. It's like an even more hardened version of SCP, so you'll need one of your machines to run Unison as a daemon and be able to access the other via SSH. It works best if you have a third central server, like a backup server, that each computer stays in sync with. If you search for "keep Linux computers in sync" you'll find plenty of other tools for this as well.
0 reply
0 recast
0 reaction
Dima
@anakvad
Can you please tell me what exactly needs to be synchronized? Configs, packages, user data, whole system, .... This determines how the task is accomplished: rsync, git, Ansible, ...
0 reply
0 recast
0 reaction