9

So I am broke and can't buy a vds, I installed Termux on my android phone instead. Now I have a portable server that is capable to recieve calls and transmit sms for logs.

BUT, then I had to go to customer support due to case makes the phone get short circuited şn random times. Obviously they deleted all info and Samsung Cloud doesn't backup other users' data. (Termux emulates a terminal running on another user, which is not root by default)

Can anyone teach this teenager how to use tar properly? :D

Comments
  • 1
    Either use TWRP (or CWM if you're feeling legacy) or do

    zip /sdcard/backup.zip /some/important/directory -R

    to create /sdcard/backup.zip (install the zip binary first!)

    Both will require root (well, the first might not, but still) so go fucking nuts.
  • 2
    @Parzi Termux uses a diffrent approach, it has it's own files in /data/data/com.termux and the env is setted up for it. So it will work if I just backup that folder and be happy
  • 2
    @melezorus34 also, I still have warranty
Add Comment