Skip to main content

CLI tool to synchronize directories using rsync.

Project description

Directory synchronization tool yd

Build and execute rsync commands from TOML configuration files.

(Un)Install

To install, run

uv tool install yd-cli

Then run

yd --install-completion

to install auto-completion in your shell.

In bash, the completion code is stored in ~/.bash_completions/yd.sh and that file is sourced from ~/.bashrc. Remove both and call uv tool uninstall yd-cli to remove this tool. The below mentioned configuration files need to be removed separately.

Create a config

Create a new configuration called photos with:

yd edit --new photos

This command

  • creates ~/.config/yd/photos.toml (or under $XDG_CONFIG_HOME/yd if set; relative paths are resolved from your home directory), and
  • opens it in the editor selected via EDITOR.

Reopen an existing configuration with:

yd edit photos

Configuration format

Example

# Phone backup
src_home = "/home/alice"
target_home = "/mnt/backup"
backup = "deleted/%Y-%m-%d"
exclude = [".venv/", "__pycache__/"]

[[commands]]
src = "Documents"
exclude = ["*.log"]

[[commands]]
src = "Pictures"
target = "pics-%Y-%m-%d"
delete_extra = false

Leading comment lines directly at the top of the file are treated as the configuration description and are shown by yd ls.

Top-level options

Key Meaning
src_home Base directory for all src paths. Relative paths are resolved from your home directory.
target_home Base directory for all target paths. Relative paths are resolved from your home directory.
mtp_target Use in-place syncing for MTP targets.
backup Backup directory for replaced or deleted files. Relative paths are resolved from target_home. strftime placeholders are supported.
exclude Exclude patterns applied to every command.

mtp_target matters because rsync normally copies to a temporary file and renames it afterward, but that is not possible when syncing via MTP.

Command options

Key Meaning
src Relative source directory below src_home.
target Relative target directory below target_home; defaults to src. strftime placeholders (%Y, %m, and %d only!) are supported.
delete_extra Delete files in the target that do not exist in the source. Defaults to true.
exclude Extra exclude patterns for this command only.

Notes

  • src and target must stay within src_home and target_home after path resolution.
  • src_home or target_home may be omitted from the configuration, but every missing value must then be supplied when running (via CLI parameters).
  • Exactly one of --src-home - and --target-home - may read from standard input in a single run.
  • If backup is omitted, yd creates a timestamped backup directory automatically unless --no-backup is specified.
  • If a configured source directory exists but is empty, yd reports that no synchronization was performed for that command. E.g., forgetting to mount an external drive does not delete all corresponding copies on harddrive).
  • If strftime placeholders are included in the target, then the target_home is scanned for directories that may have been created by this rule in the past. All matches are included as additional references in the synchronization: if a file in src is included in one of those reference directories, then it will not be copied to target.
  • If the target directory did not exist before and no files are transferred into it, then it will be removed again.

Run a config

Run a saved configuration by name:

yd run photos

Options

Option Meaning
--dry-run Show what would happen without changing files.
--no-backup Disable backup handling for this run.
--keep-newer Skip updates when the target file is newer.
--rename-speedup Enable rsync options tuned for rename-heavy targets. This may require more disk space on the target.
--src-home PATH Override src_home from the config. Use - to read the value from standard input.
--target-home PATH Override target_home from the config. Use - to read the value from standard input.

List configs

List available configurations with:

yd ls

This shows the configuration name together with the optional leading-comment description.

Why yd?

  • Has one character from synchronize and one from directory.
  • Easy to type with both QWERTZ and QUERTY keyboards.
  • Name was still available on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

yd_cli-0.11.tar.gz (18.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

yd_cli-0.11-py3-none-any.whl (21.4 kB view details)

Uploaded Python 3

File details

Details for the file yd_cli-0.11.tar.gz.

File metadata

  • Download URL: yd_cli-0.11.tar.gz
  • Upload date:
  • Size: 18.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for yd_cli-0.11.tar.gz
Algorithm Hash digest
SHA256 571e26b03e1e8b4f80564df2998a27999a95bccbe1f2f644c6a7414284560c78
MD5 f29149bff57852c13a51060d50a58b58
BLAKE2b-256 82f72ec08a2a0ec00e86d500ca9ee28ba9ee4da14bfa10a5a357b59e508df9a6

See more details on using hashes here.

File details

Details for the file yd_cli-0.11-py3-none-any.whl.

File metadata

  • Download URL: yd_cli-0.11-py3-none-any.whl
  • Upload date:
  • Size: 21.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for yd_cli-0.11-py3-none-any.whl
Algorithm Hash digest
SHA256 f3170758dc13bbc153fafea03dc324ca64bcd659b55c4e56aace25b53f6c9df6
MD5 582da11ebe51318070fca1f1bf17816e
BLAKE2b-256 6a69faff96ef6b85a9a99f48346f036472891f91caed18d09f224fd8aec84787

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page