realtimesync to replace google drive
- Posts: 8
- Joined: 11 Jan 2023
As I became aware that freefilesync now has cloud integration, I would like to know if anyone out there replaces google drive with realtimesync. Effectively I have accomplished this with realtimesync as long as I remember to sync frequently. Reason being is that gdrive file system causes some problems with windows 10, specifically UWP app icons and file associations. Can anyone foresee issues regarding disorganized syncing between multiple computers or anything else. I have not figured out how to use realtimesync yet but think I may start experimenting with an auxiliary account before my main one.
- Posts: 8
- Joined: 11 Jan 2023
when creating a batch job for realtimesync that I intend to persist in the background, I assume auto-close should be unchecked? or maybe realtimesync ignores this parameter?
- Posts: 8
- Joined: 11 Jan 2023
it looks like realtimesync is not equipped to replace googlefs?
- Posts: 8
- Joined: 11 Jan 2023
this being the case to sync every hour may be sufficient -- maybe windows task scheduler to run the batch file would then be the solution?
- Posts: 4055
- Joined: 11 Jun 2019
Correct, GDrive lacks support for monitoring so RTS can't be used with it.
A scheduled task is a possibility
A scheduled task is a possibility
- Posts: 8
- Joined: 11 Jan 2023
Would scheduling the batch file for every minute come close to emulating realtimesync or would this be intrusive on the user experience in windows?
- Posts: 4055
- Joined: 11 Jun 2019
Why would RTS be any better than the GDrive client running?
- Posts: 8
- Joined: 11 Jan 2023
as mentioned, google drive file system causes problems with UWP app icons and file associations.
- Posts: 4055
- Joined: 11 Jun 2019
That seems unlikely. Do you have an example?
UWP app icons are in their own sandboxed storage and file associations are set under-the-hood/in the registry. GDrive has no access to and can't touch either of those
UWP app icons are in their own sandboxed storage and file associations are set under-the-hood/in the registry. GDrive has no access to and can't touch either of those
- Posts: 8
- Joined: 11 Jan 2023
here are some links I have been collecting on the issue:
https://www.reddit.com/r/Windows10/comments/8jx5ym/comment/e2nhg4n/?utm_source=share&utm_medium=web2x
https://superuser.com/questions/1319157/some-windows-10-uwp-icons-not-displaying-on-search-or-in-settings/1323021#1323021
https://superuser.com/questions/1283165/uwp-icons-are-missing
https://www.reddit.com/r/Windows10/comments/8jx5ym/comment/e2nhg4n/?utm_source=share&utm_medium=web2x
https://superuser.com/questions/1319157/some-windows-10-uwp-icons-not-displaying-on-search-or-in-settings/1323021#1323021
https://superuser.com/questions/1283165/uwp-icons-are-missing
- Posts: 4055
- Joined: 11 Jun 2019
Based on the links you provided, there are many other simpler solutions to fix that issue.
Regardless, answering your initial question, setting a scheduled task to every minute is probably a bad idea because it is very possible that another run could be triggered before the previous one finishes. I'm sure there is some error/checking that can be done to avoid this, but 15-30 minutes is probably more realistic
Regardless, answering your initial question, setting a scheduled task to every minute is probably a bad idea because it is very possible that another run could be triggered before the previous one finishes. I'm sure there is some error/checking that can be done to avoid this, but 15-30 minutes is probably more realistic