Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Mar 21:14

Changes in this version

🚨 Breaking changes

  • The folder configuration changes in favor of the bidirectional sync. Please adjust your config to the new structure. A short glimpse:
    folders:
      - local: /config
        remote: /home/user/config-target
        direction: push
      - local: /media/playlists
        remote: /home/user/cool-playlists
        options: '--archive --recursive --compress'
        direction: pull

✨ New features

⬆️ Dependency updates