150
you are viewing a single comment's thread
view the rest of the comments
[-] monovergent@lemmy.ml 5 points 6 days ago

It's really tragic and inelegant how we have to jump through hoops and bounce files around a wireless network when the USB cable is just sitting right there. What I had to do since rsync doesn't work with mtp file paths was to install android-file-transfer and run the following with my phone connected via USB, but not already mounted by the file manager:

aft-mtp-mount /path/to/mount/point
rsync -a --progress --exclude 'Android/' '/path/to/mount/point/Internal shared storage/' '/path/to/backup/'

You can also omit the --exclude 'Android/' part as needed, I just didn't want to copy over the quintillion tiny files under that directory.

[-] Korhaka@sopuli.xyz 2 points 6 days ago* (last edited 6 days ago)

I would be sending files to the Android device, using it as a location to backup "important" data. Mostly Factorio saves.

Plugging in for that is impractical given its already on the same LAN.

this post was submitted on 26 Jul 2025
150 points (100.0% liked)

Linux

56942 readers
496 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS