-
Notifications
You must be signed in to change notification settings - Fork 61
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
ACL and batch mode: improvement proposal #23
Comments
Hello Stefano, Thanks for using bsync. My comments Point 2 : Good idea, but I would suggest adding a single option to add any rsync argument (a bit like -o option for ssh). However, for acl and xattrs, pay attention that bsync will not detect changes in acls or xattr (due bsync snapshot file format). Point 3: I'm not absolutely sure of what is the best algorithm for automatic resolution. But anyway I think there is no perfect solution for that. Sounds good. Point 4: A -a option will be weird with -b option (and -a is to close to rsync famous option). I would suggest modifying the -b option to accept an argument : with "-b" or "-b e" we get the actual behaviour : exit on conflict. If you have time, feel free to modify/code. I do not have plenty of time for bsync those days. Anyway, thanks for your contribution. Marc |
Hello Marc
I never used github to code, I don't know what you mean about it. Can I 2016-02-18 21:44 GMT+01:00 Marc MAURICE [email protected]:
|
You have to fork, make all the changes, then open a pull request.
|
bsync.txt
Hi
I propose following changes, and attach a diff file bsync.txt with a suggested implementation:
I know, it can be very dangerous to allow automatic resolution of conflicts, but that's what I need and I think is very helpful to give possibility to a completely background run.
A feature to backup conflicted files and directory would be wonderful. In rsync there is --backup option, but I think is not useful in the cases when rsync is called inside bsync.
I never coded in python, so be indulgent with provided code.
PS
bsync is one of few programs I could find that allow remote and bidirectional synchronization based on rsync with move and rename detection of files and directory.
Thank you for sharing it
The text was updated successfully, but these errors were encountered: