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

Make it possible to ctrl-c break out of transfer function #1

Open
raacampbell opened this issue Jun 23, 2021 · 0 comments
Open

Make it possible to ctrl-c break out of transfer function #1

raacampbell opened this issue Jun 23, 2021 · 0 comments

Comments

@raacampbell
Copy link
Collaborator

The transfer function failed recently because of a server problem: it claimed the destination is full and stops. Hack is to retry the transfer up to 20 times. This works but then if you want to quit you have to ctrl-c 20 times. The BASH error code for ctrl-c is 2. I don't know what the error code is when the transfer fails due to the claimed space problem. If it's not 2 then we can bail out with ctrl-c right away, which would be nice. Should try rsync to a full USB stick and see what the code is.

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