Page 1 of 1

Sync only works in latest version of Anki

Posted: Wed 08 Jul 2020, 15:06
by memo
hi all,

the sync option in anki has stoppped and only works on the latest version. would it be possible to provide it.

thanks!

cheers,
memo

Posted: Wed 08 Jul 2020, 15:44
by musher0
You mean this application, yes?
(To avoid any confusion!)

Posted: Wed 08 Jul 2020, 18:59
by memo
musher0 wrote:You mean this application, yes?
(To avoid any confusion!)

yes but the latest version, the one I have on xenial 32bit works but the sync has been disabled becasue it is not the latest version, The sync only works with the latest version.

Thanks!

Posted: Thu 09 Jul 2020, 01:45
by musher0
memo wrote:
musher0 wrote:You mean this application, yes?
(To avoid any confusion!)
yes but the latest version, the one I have on xenial 32bit works but the sync has been disabled becasue it is not the latest version, The sync only works with the latest version.

Thanks!
Hello memo.

Ah. I was just asking. I don't know this app.

Someone knowledgeable will answer you shortly, I am sure.

Good luck.

BFN.

Posted: Thu 09 Jul 2020, 16:52
by jafadmin
You would have to find the source code for the command and compile it yourself, I suspect.

The puppy version of sync is a symlink to busybox.

FWIW, I checked and found that "sync" is part of GNU linux "coreutils"

https://en.wikipedia.org/wiki/List_of_G ... s_commands

You will probably have to download, then compile coreutils then copy the resultant standalone version of "sync" over to /bin and overwrite the busybox symlink.

I have done this before with various coreutil commands when the busybox versions were too aggressively truncated ..