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

irsync -r stops in a directory where an error occurs #21

Closed
JustinKyleJames opened this issue Jul 19, 2017 · 1 comment
Closed

irsync -r stops in a directory where an error occurs #21

JustinKyleJames opened this issue Jul 19, 2017 · 1 comment

Comments

@JustinKyleJames
Copy link
Contributor

JustinKyleJames commented Jul 19, 2017

I created a directory (test) with files:

file1.txt, file2.txt, file3.txt, file4.txt

In addition to these, I created a symbolic link dne.txt that point to a non-existent file.

When I run irsync -rv /home/jjames/test i:test, I get a USER_INPUT_PATH_ERR due to the invalid symbolic link. That is good. However, the other files within /home/jjames/test do not get synced. Sometimes some of the files will be synced but not all. In this case none of them did.

Note: If this is recursive and there are other higher level directories being synced, the irsync will continue on those. If it is to continue elsewhere it should continue with all files in the current directory as well.

@JustinKyleJames JustinKyleJames changed the title irsync --link does not work when a bad link exists irsync -r stops in a directory where an error occurs Jul 19, 2017
@trel
Copy link
Member

trel commented Aug 15, 2018

Fixed as part of irods/irods#3988

@trel trel closed this as completed Aug 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants