-
Notifications
You must be signed in to change notification settings - Fork 57
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
Send initial data to destination in separate step #40
Comments
I'm not sure what you are suggesting here. Please be more specific? It's not making sense to me. |
I'd like to skip remote part completely or stay with |
It's been a while since I've dug deeply into this part of my code, so.. correct me if I'm missing something here, but... you're requesting a code change... to a part of the code that you will never use again, once I get around to implementing your OTHER request to use recv -u. Right? convenience link: issue #38 |
Hmm.. you make reference to an odd thing, "SSH console". Maybe you should tell me more about that. The more I know, the better a potential solution will be. |
Maybe workflow I am trying to implement will tell you more. On server I want to backup:
I simply don't want to do initial data transfer, it takes huge amount of time on my servers and it can easily break when my connection with server is interrupted. It has nothing to do with Hope it is clearer now. |
that is not a valid workflow. "zrep sync all", can only work, AFTER a full send has been done. "sync" is incremental-only. I'm .. surprised.. that you find use of cron, more favourable than use of command line. But thats okay, there's a solution for people like you ;) you can do something like then drop your ssh connection, but the system will run the init in the background just like a cronjob would. OTHER people, might instead do
which under most shells will accomplish pretty much the same thing. |
Never mind, looks liek we don't understand each other. And thanks for the |
PS: there's also other solutions for "my network sucks". When you ssh into a box, start up "screen". It then gives you a virtualized session.
|
Currently when I initialize new dataset, it is synced to destionation right away. When network error happens, this process is broken. I'd liek to initialize dataset without initial transfer and let that happen by cron on first sync.
The text was updated successfully, but these errors were encountered: