SYNC LOCAL FOLDERS


HHUBS

Recommended Posts

  • 3 weeks later...

Hello,

 

Maybe you could try the user scripts plugin to program a recurring job and use rsync like (example):

rsync -avu --delete "/home/user/A" "/home/user/B"

 

⚠ Warning - please don't use the above as is because there IS deleting of files involved! You should check on rsync's man page / documentation to find the parameters that allow you to implement your use case. Also, bi-directional sync might need running rsync twice in a row, or even multiple times depending on what you're exactly trying to achieve.

Edited by AlainF
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.