Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
10-07-2022, 03:38 PM
|
#1
|
Member
Registered: Sep 2006
Location: Florida
Distribution: Ubuntu, Vector Linux, Mandriva
Posts: 83
Rep:
|
I need to find a lost Zoom recording in my computer
Hello -
I captured a Zoom recording to my computer yesterday evening. This afternoon I looked for it and didn't find it in the folder my Zoom app had been putting them in. I've recently changed my OS from Ubuntu 20.04 to Kubuntu 22.04, plus I ended up re-installing Zoom. I think this is why I couldn't find the file in the usual place because after some more searching, the file manager's, (Dolphin), search tool led me to the file -- in the Zoom-client folder which was in the Snap folder -- it was actually in a folder within the Zoom client folder.
I got the bright idea to "move," (not copy), the file from the folder it was in, to the Zoom folder within my "documents" folder, the default location where the recordings had been going before. After I made this move, then opened the Zoom folder in documents, I couldn't find the recording at all. All the previous Zoom recordings were still there but the one from last night that I "moved" wasn't to be seen. Using the Dolphin search tool hasn't found the file either.
I have the file name, (or most of it -- I had briefly played the file in VLC media player, so I copied the file name from it's list of recently played files), is there a command I could use from the terminal window to try to retrieve the file if it hasn't been overwritten?
Here's my computer's system information:
Operating System: Kubuntu 22.04
KDE Plasma Version: 5.24.6
KDE Frameworks Version: 5.92.0
Qt Version: 5.15.3
Kernel Version: 5.15.0-48-generic (64-bit)
Graphics Platform: X11
Processors: 8 × Intel® Core™ i7-4800MQ CPU @ 2.70GHz
Memory: 7.4 GiB of RAM
Graphics Processor: Quadro K2100M/PCIe/SSE2
Thanks.
|
|
|
10-07-2022, 04:00 PM
|
#2
|
LQ Guru
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 27,728
|
Quote:
Originally Posted by LinuxLiker
Hello -
I captured a Zoom recording to my computer yesterday evening. This afternoon I looked for it and didn't find it in the folder my Zoom app had been putting them in. I've recently changed my OS from Ubuntu 20.04 to Kubuntu 22.04, plus I ended up re-installing Zoom. I think this is why I couldn't find the file in the usual place because after some more searching, the file manager's, (Dolphin), search tool led me to the file -- in the Zoom-client folder which was in the Snap folder -- it was actually in a folder within the Zoom client folder.
I got the bright idea to "move," (not copy), the file from the folder it was in, to the Zoom folder within my "documents" folder, the default location where the recordings had been going before. After I made this move, then opened the Zoom folder in documents, I couldn't find the recording at all. All the previous Zoom recordings were still there but the one from last night that I "moved" wasn't to be seen. Using the Dolphin search tool hasn't found the file either.
I have the file name, (or most of it -- I had briefly played the file in VLC media player, so I copied the file name from it's list of recently played files), is there a command I could use from the terminal window to try to retrieve the file if it hasn't been overwritten?
Here's my computer's system information:
Operating System: Kubuntu 22.04
KDE Plasma Version: 5.24.6
KDE Frameworks Version: 5.92.0
Qt Version: 5.15.3
Kernel Version: 5.15.0-48-generic (64-bit)
Graphics Platform: X11
Processors: 8 × Intel® Core™ i7-4800MQ CPU @ 2.70GHz
Memory: 7.4 GiB of RAM
Graphics Processor: Quadro K2100M/PCIe/SSE2
Thanks.
|
If you played it in VLC, you should be able to open VLC, and click "Media->Open Recent Media", and see a list of files. Once you know the name (and providing it's in your home directory), type in "find ./ -iname <filename>", and it'll show you where it is. Or you could open the Zoom client, and see where it's set to save things.
|
|
|
10-07-2022, 06:42 PM
|
#3
|
Member
Registered: Sep 2006
Location: Florida
Distribution: Ubuntu, Vector Linux, Mandriva
Posts: 83
Original Poster
Rep:
|
Thank you but I think I'm past that stage. First I couldn't find the file because Zoom didn't put it in the folder Zoom used to use. But that was an older version of Zoom. I had installed a new version of Zoom, (which is what I used for last night's meeting that I recorded), so I did manage to find where the new version of Zoom put the recording and briefly played it in VLC.
My problem came when I tried to move the file from the folder the newer version of Zoom is using, to the folder the older version of Zoom used. I clicked "move" as a choice, (versus "copy"), and when I looked for the recording in the older folder, it wasn't there, nor is it in the newer folder I supposedly moved it from. It has somehow been deleted. So, I'm trying to retrieve a deleted file. As I said before I know the name, (or most of the name), because I copied the name from VLC.
|
|
|
10-07-2022, 07:20 PM
|
#4
|
Member
Registered: Sep 2006
Location: Florida
Distribution: Ubuntu, Vector Linux, Mandriva
Posts: 83
Original Poster
Rep:
|
Good but slightly embarrassing news. I found the missing file -- apparently copied into the wrong folder. At least it gives confidence that I did do the file moving operation right and the OS didn't just make my file disappear -- I just didn't notice that the folder was being moved to the wrong place.
Thanks anyway.
|
|
|
10-07-2022, 07:53 PM
|
#5
|
LQ Guru
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,948
|
To go back to the original question, locate would have been a useful command in this situation. It's not as versatile as find, but also not as complex.
|
|
|
10-08-2022, 11:15 AM
|
#6
|
LQ Muse
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,692
|
Glad it is solved , next time you might want to look in the system Temp folder( /tmp ) i find a lot of things in there.
|
|
|
10-08-2022, 11:26 AM
|
#7
|
LQ Sage
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,675
Rep: 
|
How about a sane backup policy, I cannot lose files I had yesterday even if I accidentally delete them. Because daily rsnapshot backup runs every night.
|
|
|
All times are GMT -5. The time now is 11:54 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|