how can ı change termux files location or how can ı access termux data files with normal file browse
ı am trying to sync up my termux/ silly tavern files between my phone and pc but ı cant make it because termux files is unaccessable with normal file browsers. what can ı do about it, how can ı make it accessable or change the place of termux files?
12 Replies
@zacklyn you can move the files to shared storage or anything to send the files directly to the computer
Sorry i dont know that much but what is shared storage? Or can i mark termux data file a shared storage so when i make a change with sillytavern ai app will it change it in my pc too in periodic times?
Shared storage is the main storage of your phone which all apps can see into if given the storage permission. The place where your camera images, downloads, etc. end up
Like can i change the termux data files which is unaccessable because its hardcodded upper then emulated/0
To shared storage
termux-setup-storage
creates a symlink from ~/storage/shared
to the shared storageSo termux will carry my files to shared storage destination?
You can then copy whatever files from Termux exclusive to shared
Termux can't "live" in shared storage because nothing in there is allowed to be executed
So all Termux binaries would instantly break in shared storage
İ understand so after i made it when i use the termux and make changes with termux files in sharedstorage changes too right?
İ understand
If you want to use the shared storage to sync changes instead of something like Git or rsync then your workflow would look like:
edit in termux
move to shared
share to pc
edit in pc
move to shared
move to termux
edit in termux
repeat
Like i think it like this because i am pretty amateur in this type of thing if there is something easier that i can sync my termux/sillytavern files to my pc sillytavern files i can try it too
İf you know something that help me
Consider syncthing. It's available as a Termux package and on most platforms.
I haven't wanted to use it since I'm a terminal power user but it might be great for you
Thank you it seems usefull than my the way of thinking how to make it