Synchronize two DAV servers
Find a file
2025-12-28 14:54:00 +02:00
config Add initial code 2025-12-25 18:30:33 +02:00
dav_sync Checks before errors 2025-12-28 14:54:00 +02:00
.gitignore Add initial code 2025-12-25 18:30:33 +02:00
dav_sync.sh Add initial code 2025-12-25 18:30:33 +02:00
Dockerfile Add initial code 2025-12-25 18:30:33 +02:00
install.sh Add initial code 2025-12-25 18:30:33 +02:00
LICENSE Add initial code 2025-12-25 18:30:33 +02:00
Makefile Add initial code 2025-12-25 18:30:33 +02:00
MANIFEST.in Add initial code 2025-12-25 18:30:33 +02:00
podman_build.sh Add initial code 2025-12-25 18:30:33 +02:00
podman_push.sh Add initial code 2025-12-25 18:30:33 +02:00
podman_run.sh Add initial code 2025-12-25 18:30:33 +02:00
publish_python_package.sh Add initial code 2025-12-25 18:30:33 +02:00
pyproject.toml Add initial code 2025-12-25 18:30:33 +02:00
README.md Add initial code 2025-12-25 18:30:33 +02:00
requirements.txt Add initial code 2025-12-25 18:30:33 +02:00
setup.cfg Add initial code 2025-12-25 18:30:33 +02:00
setup.py Add initial code 2025-12-25 18:30:33 +02:00
wrapper.sh Add initial code 2025-12-25 18:30:33 +02:00

dav_sync

Requirements

Installation

Linux

To install for example in your ~/.local/bin folder:

./install.sh --destination ~/.local/bin

To install system-wide:

sudo ./install.sh --destination /usr/local/bin

Change your configuration file in "${HOME}/.config/dav_sync.conf" (see the example in the config folder).

Windows (from PowerShell)

Ensure you have "C:\Users${env:USERNAME}\AppData\Roaming\Python\Python${python_version}\Scripts" in your Path environment variable.

& $(where.exe pip).split()[0] install .

Usage

dav_sync.sh [--debug-level|-d CRITICAL|ERROR|WARNING|INFO|DEBUG|NOTSET] # Other parameters