Skip to content

Rsync

rsync

RSyncError

Bases: Exception

rsync(src: Path, dest: Path, exclude: Optional[list[str]] = None, ignore_errors: Optional[bool] = False, append_dir: Optional[bool] = False) -> Generator[str, None, None]