-
Notifications
You must be signed in to change notification settings - Fork 161
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
[Feature Request] Scheduled sync #38
Comments
I would like to have that feature, too. |
I am currently implementing (#37) a way to start a specific sync via tasks. There will be a service which exposes the ability to start a task via an intent. However, i do not think that this app is going to provide the ability to set a time where a task should run (This is my opinion, it may be that the maintainer has a different opinion on that matter) For now the pull request allows arbitrary apps to start a task, so tasker or some other similar app could help you achieve your goal |
It actually sounds like a great idea. There might be technical challenges though since Android vendors like to kill background processes, which are probably required to run a task scheduler. |
@x0b That is quiet easily solved, i wrote multiple apps that use the Alarmmanager to schedule tasks (including an app that triggers an rclone task ;) ) I have found that this works quiet well and i use it for multiple things. |
Yeah, I was probably more concerned by the prospect of an onslaught of issues from people where the phone kills the alarms. If it works, its fine. |
I am currently using RCX to backup phone data as well. Right now it is a very manual process. A way to automatically or schedule a backup would be a killer feature for me. |
Might be worth looking at the logic implemented in a Syncthing scanning feature:
https://docs.syncthing.net/users/syncing.html#scanning |
This issue should have not been closed, TTTPOB... My comment above is not a solution, but an inspiration. |
sorry for that, you are right, this is a public feature request now |
What about a 1x1 sync widget for a first fast implementation? |
@kojid0 The sync feature is already done, it only needs reviewing. If you want to try it, i can upload an apk (or you build it yourself) |
Didn't saw that. That's awesome! Can you share an apk, please? |
Use at your own risk. I am using this now for more than two years, and it works great though |
Thank you, will try it! |
@newhinton I tried installing that APK but running into "App Not Installed" Error Enabled "Install from unknown sources" Any idea what might be causing the error? |
@ms866 You may have an arm7 phone, what brand&model do you have? |
@newhinton |
@ms866 Hmm, that should work, its the appropriate architecture. I have attached the universal-apk, you could try that. However: That specific build is brand new hot out of the oven and there are some things broken in it ;) Nothing major though, im implementing a retry button. Edit: Zip is missing because not uploading. Give me a sec I have now attached apks from that build, just not the universal one. Though i guess the v7a version will not work, you can try it anyway |
@newhinton |
@ms866 and i am sure we will get it working! Worst case: we will set you up with android studio and run it manually! |
@newhinton |
both? |
@newhinton |
any news on this? |
@wokawoka Please see https://github.com/newhinton/extRact |
@newhinton it looks great, thanks! |
The reason why I need this feature is that I've scheduled some backup tasks on my phone but I want them to be synced to cloud.
The text was updated successfully, but these errors were encountered: