This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
computing:linux:sync_calendars_contacts [2023/03/28 12:02] gcooper |
computing:linux:sync_calendars_contacts [2024/04/13 11:55] (current) gcooper |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Sync Calendars and Contacts ====== | + | ====== Sync Calendars and Contacts |
https:// | https:// | ||
Line 15: | Line 15: | ||
===== Example Syncing Zimbra and Nextcloud ===== | ===== Example Syncing Zimbra and Nextcloud ===== | ||
- | This was done on Linux Mint 21 (Ubuntu) and shows as server to server sync of two addressbooks. | + | This was done on Linux Mint 21 (Ubuntu) and shows a server to server sync of two addressbooks. |
<note tip>It may help to use this, or use it to work out your final '' | <note tip>It may help to use this, or use it to work out your final '' | ||
Line 100: | Line 100: | ||
vdirsyncer sync | vdirsyncer sync | ||
</ | </ | ||
+ | |||
+ | ===== Scheduled Sync ===== | ||
+ | |||
+ | < | ||
+ | crontab -e | ||
+ | |||
+ | # sync every 15 minutes | ||
+ | */15 * * * * vdirsyncer sync | ||
+ | </ | ||
+ |