Just try it out, it doesn’t take a lot of time. If it doesn’t work just move on.
- 0 Posts
- 24 Comments
If your phone is older you can do full per app backups via ADB. It’s very hit and miss. Some people need to root the phone for it to work, some don’t. For some it works for someit doesn’t.
https://gist.github.com/AnatomicJC/e773dd55ae60ab0b2d6dd2351eb977c1
HelloRoot@lemy.lolto Selfhosted@lemmy.world•I don't get the love for Nextcloud - alternative for just files?English2·3 days agoIf you ever need an alternative take a look at https://github.com/drakkan/sftpgo
HelloRoot@lemy.lolto Selfhosted@lemmy.world•I don't get the love for Nextcloud - alternative for just files?English4·3 days agoI also had bad luck with nextcloud, so recently I’ve set up SFTPgo and it works rather well and it’s only for files. You can either download and upload the files through the WebUI or you can mount them over the network to your OS.
HelloRoot@lemy.lolto Selfhosted@lemmy.world•How to send backups on multiple location?English61·6 days agoI’d do it like this:
-
borg backup
-
(optional) borgmatic for easier use, but a diy shell script might suffice
-
(optional) https://github.com/Ravinou/borgwarehouse for easier gui based “serverside” setup on each location
-
(if you have no way to reach the servers from the internet yet) set up dyndns for each location so you can reach them by domain
-
might need to setup portforwarding rules in the router of each location
-
You can do that with caddy as well.
And to test whether this works you can visit
That’s exactly what I am getting at. Saying “decentralized” doesn’t convey all the info from your long explanation to normal people.
That doesn’t mean anything to normal people.
I tried explaining it to my parents and they didn’t understand why that would be a good thing:
"Doesn’t a professional company know better how to run this?
Doesn’t a company have more guarantee to be lawful, because they will be under the magnifier glass compared to a bunch of anonymous individuals?
Why should I trust a bunch of randos with it? Why should I give them my password? […]"
possibly:
- SIM (subscriber identity module)
- current location
- same wifi SSID
- your old phone was at some point simultaneously on and got detected through some nearby share discovery
etc.
HelloRoot@lemy.lolto Selfhosted@lemmy.world•Self-Hosted podcast has announced that episode 150 is their last.English92·10 days agotldr:
- life, work, family reasons for one of the guys. Nothing negative, he just has no time for the podcast anymore but will show up in their linux podcast from time to time in the future.
HelloRoot@lemy.lolto Selfhosted@lemmy.world•How do you handle absolutely critical alerts on your Android phone?English1·11 days agoBut the joke doesn’t work if you are pedantic.
HelloRoot@lemy.lolto Selfhosted@lemmy.world•How do you handle absolutely critical alerts on your Android phone?English211·15 days agoThe one we are currently in I assume.
Proxima Centauri is pretty weird with it’s three gravitationally bound suns (Alpha Centauri A and B), who would set up alerrs for that?
/s
HelloRoot@lemy.lolto Open Source@lemmy.ml•I'd like to start using 'digital wallets' like Pass Android or fpass but things like tickets or membership cards only provide links to 'add to google wallet'English8·16 days agoThe apple wallet link works for me usually.
What I did is set up a NAS at my parents house, which I can log into as well for near zero cost offsite backups.
And at home I have a couple of local drives with borgbackups.
How about unpersonal devices, since personal devices are uhm you know… usually traceably tied to your person.
HelloRoot@lemy.lolto Selfhosted@lemmy.world•Backups made easy: btrfs + snapper + snapborgEnglish1·19 days agoThis keeps backups efficient since you can ask the filesystem to only send the changes instead of going over all the files and figuring out what has changed, so it’s probably a lot faster.
Aaaah!
HelloRoot@lemy.lolto Selfhosted@lemmy.world•Backups made easy: btrfs + snapper + snapborgEnglish31·19 days agoI use borg with borgmatic. I just back up / (which includes home) and exclude some folders I don’t want (like /mnt or /tmp).
It does the same as you just said.
I have 20 borg snapshots of my nearly full 1tb drive which takes about 400gb of space on my NAS.
I do it at the file structure level, not at the block device level as the article suggests. Why would I want to back it up at the block device level instead?
Not really. If it doesn’t work the backup will be always the same size, 47B iirc