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

Consolidate renaming mode to one option #190

Open
dbr opened this issue Sep 29, 2020 · 1 comment
Open

Consolidate renaming mode to one option #190

dbr opened this issue Sep 29, 2020 · 1 comment

Comments

@dbr
Copy link
Owner

dbr commented Sep 29, 2020

Basically finish up PR #172 - instead of various boolean options like leave_symlink, always_rename etc, have one option like move_mode: "always_rename" or move_mode: "leave_symlink" etc

@dbr
Copy link
Owner Author

dbr commented Sep 29, 2020

As per the linked PR, the available options would be:

# The method used to move files at configured destination
#
# * move (default)   - to move files
# * copy             - to copy files
# * hardlink         - to link files with a hard link
# * hardlink_or_copy - to hardlink files when possible otherwise, falls back to COPY
# * symlink          - to link files with a symbolic link
# * leave_symlink    - to move files and replace the old ones with a symbolic link to the new location

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant