-
Notifications
You must be signed in to change notification settings - Fork 1
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
Could you check support localhost init and remote backup method #1
base: feature/to-infinity-and-beyond
Are you sure you want to change the base?
Could you check support localhost init and remote backup method #1
Conversation
repository has version.
REMOTE_HOST can be localhost for local sync. a optional overwrite option to update configuration files.
69ad341
to
e8f19d3
Compare
Remove test case warning.
e8f19d3
to
66c559b
Compare
update rspec for rspec3 update one case for cygwin.
66c559b
to
fdcb62d
Compare
Update spec file for expect syntac, previous modification is wrong.
If remote directory is empty after first sync, report error.
unsure why ` is special character before, now remove it.
fdcb62d
to
859f76b
Compare
859f76b
to
a441072
Compare
8147baf
to
dd36d66
Compare
@standin000, your code looks to be pretty customized to your specific needs. Which parts of your code would you like me to review and consider merging? I found the new test in your code and found the current version fails it. Thanks for your insight. I've added it as a new test along with a fix in cbfbfd5. |
Yes, But I think we must support local directory synchronize , although my code method is not very perfect, please consider implement this features. Besides, I also push some commits about [ filename error and openwrt cp, Please check them too, I believe they are common features too. Thanks very much! @greezybacon |
dd36d66
to
cb7eaf4
Compare
cb7eaf4
to
b186d2d
Compare
init now support localhost folder sync and update init options.
remote backup method don't need bitpocket at remote.
Thanks!