Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

backup my samsung into my debian pc

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
ignorantMan
Posts: 26
Joined: 2019-09-30 12:56

backup my samsung into my debian pc

#1 Post by ignorantMan »

I'm trying to figure it out how to regularly backup my samsung phone into my Debian laptop. Is it possible to do this thing?
Debian 11 ASUS x53sd

User avatar
None1975
df -h | participant
df -h | participant
Posts: 1423
Joined: 2015-11-29 18:23
Location: Russia, Kaliningrad
Has thanked: 47 times
Been thanked: 68 times

Re: backup my samsung into my debian pc

#2 Post by None1975 »

ignorantMan wrote: 2024-01-14 15:01 I'm trying to figure it out how to regularly backup my samsung phone into my Debian laptop. Is it possible to do this thing?
Hello.

Yes, just check this:

https://wiki.debian.org/mtp
OS: Debian 12.4 Bookworm / DE: Enlightenment
Debian Wiki | DontBreakDebian, My config files on github

User avatar
bbbhltz
Posts: 168
Joined: 2024-01-10 14:53
Location: Normandy
XMMP/Jabber: bbbhltz@mailbox.org
Has thanked: 52 times
Been thanked: 34 times

Re: backup my samsung into my debian pc

#3 Post by bbbhltz »

What do you want to backup, everything or just a specific folder?

Is the plan to backup and then delete the data on your phone in order to save space?
bbbhltz
longtime desktop Linux user; eternal newbie

User avatar
nooblinx
Posts: 36
Joined: 2023-02-03 20:43
Has thanked: 1 time
Been thanked: 1 time

Re: backup my samsung into my debian pc

#4 Post by nooblinx »

if you want to backup photos etc. `Nemo` (default file manager in Cinnamon DE) show them as new drive to backup.

arzgi
Posts: 1203
Joined: 2008-02-21 17:03
Location: Finland
Been thanked: 35 times

Re: backup my samsung into my debian pc

#5 Post by arzgi »

This same topic has been discussed here many times during recent years. The conclusion, and also my personal experience suggests, it is a lot simpler over wifi. You can find many aps to do that in androids play store, and also from F-droid repos.

For reference I found my old notes for syncing with mtp, I concise the main points, had to start mc (two panel cli file manager, still in the Debian repos) then connect the cable and start mtp-app from phone, this all had to be done when the phones display was active, otherwise had to start over.,

ignorantMan
Posts: 26
Joined: 2019-09-30 12:56

Re: backup my samsung into my debian pc

#6 Post by ignorantMan »

bbbhltz wrote: 2024-01-15 13:30 What do you want to backup, everything or just a specific folder?

Is the plan to backup and then delete the data on your phone in order to save space?
photos.
Debian 11 ASUS x53sd

User avatar
bbbhltz
Posts: 168
Joined: 2024-01-10 14:53
Location: Normandy
XMMP/Jabber: bbbhltz@mailbox.org
Has thanked: 52 times
Been thanked: 34 times

Re: backup my samsung into my debian pc

#7 Post by bbbhltz »

ignorantMan wrote: 2024-02-28 10:42
bbbhltz wrote: 2024-01-15 13:30 What do you want to backup, everything or just a specific folder?

Is the plan to backup and then delete the data on your phone in order to save space?
photos.
Under the USB preferences on your phone you can set it to PTP mode. Then you can use a photo manager or gphoto2:

Code: Select all

$ gphoto2 --auto-detect
$ gphoto2 --list-files
$ gphoto2 --get-all-files
make sure you are in the directory you want the files copied to.

I use

Code: Select all

$ gphoto2 --get-all-files --skip-existing \
--filename="%Y/%m/%d/%Y%m%d_%H%M%S.%C"
when I do this (it puts the files in folders for me). There is also an option for deleting copied files which might be good for you.

Will this be faster than W-Fi? I don't know. I don't take enough photos with my phone to notice.
bbbhltz
longtime desktop Linux user; eternal newbie

User avatar
Organic_Marble
Posts: 14
Joined: 2023-05-16 17:03
Has thanked: 15 times
Been thanked: 3 times

Re: backup my samsung into my debian pc

#8 Post by Organic_Marble »

If you want to run Samsung's Smart Switch app to back up your phone, I could only get it to work by running a Win 10 virtual machine.

One of the reasons I am no longer a Samsung user.

Post Reply