Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Find optimal rsync options #1

Open
zenlord opened this issue Jan 10, 2022 · 0 comments
Open

Find optimal rsync options #1

zenlord opened this issue Jan 10, 2022 · 0 comments
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@zenlord
Copy link
Owner

zenlord commented Jan 10, 2022

Currently, the default options are:

RSYNC_OPTS=("-azx" "--max-size=15m" "--include='*/'" "--exclude-from=/usr/local/bin/vagabond.excludes" "--human-readable")

But the "--delete" option is required as well to have an exact copy on the remote server and local client. However, the excludes-file in combination with the --delete option seemed to cause files to be deleted after 1 pull and 1 push-action. Before re-enabling the --delete option, more testing is needed.

@zenlord zenlord self-assigned this Jan 10, 2022
@zenlord zenlord added bug Something isn't working help wanted Extra attention is needed labels Jan 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant