LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-23-2020, 06:11 PM   #1
alex4buba
Member
 
Registered: Jul 2020
Posts: 620

Rep: Reputation: Disabled
GUI GNOME File Manager and PCManFM don't see my backup files - Ubunto 20.04


As one of my important stapes into the Linux world is - Backup, I finnaly managed to setup rsync / crontab to do the job.

This was with intensive help from several forum members here, I am thanking them again.

The problem however is that - I can see the backup files through a Terminal command, but in eiker of the above file managers, the backup folders in the external "Target" SD device show as empty.

Code:
alex@alex-nuc8i7hnk:~$ ls -l /media/New-SD-512/sun/alexfolders
total 84
drwxr-xr-x  7 alex alex 12288 Sep 18  2020  A-Beleura-Village
drwxr-xr-x  4 alex alex  4096 Sep 18  2020  A-BeleuraWeb
drwxr-xr-x  3 alex alex  4096 Aug 22 11:18  A-BondsandStocks
drwxr-xr-x  8 alex alex 36864 Aug 20 08:48  A-DOCS
drwxr-xr-x  6 alex alex  4096 Aug 21 18:53  A-DT_Ubuntu
drwxr-xr-x  2 alex alex  4096 Oct 18  2020  A-Exit
drwxr-xr-x 22 alex alex  4096 Oct  7  2020  A-NMAA_New
drwxr-xr-x  7 alex alex  4096 Oct 18  2020  A-Photo_Albums
drwxr-xr-x  6 alex alex  4096 Oct 18  2020  A-Sakura_Sushi
drwxr-xr-x  7 alex alex  4096 Sep 18  2020  A-Sq-125
drwxr-xr-x  2 alex alex  4096 Sep 15  2020 'System Volume Information'
Any suggestion are appreciated

Thank you
Alex
Attached Thumbnails
Click image for larger version

Name:	Screenshot from 2020-08-23 19-07-05.png
Views:	16
Size:	45.4 KB
ID:	33960  
 
Old 08-23-2020, 09:01 PM   #2
berndbausch
LQ Addict
 
Registered: Nov 2013
Location: Tokyo
Distribution: Mostly Ubuntu and Centos
Posts: 6,316

Rep: Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002
One possible explanation:

The folders named A-something are actually stored on the root filesystem. When you ran the ls command you saw the content of the root filesystem.

You then inserted the external storage medium, which is empty. Mounting the New-SD-512 filesystem hides the folders under /media/New-SD-512. You then view the empty New-SD-512 with the file explorers.
 
Old 08-23-2020, 09:09 PM   #3
alex4buba
Member
 
Registered: Jul 2020
Posts: 620

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by berndbausch View Post
One possible explanation:

The folders named A-something are actually stored on the root filesystem. When you ran the ls command you saw the content of the root filesystem.

You then inserted the external storage medium, which is empty. Mounting the New-SD-512 filesystem hides the folders under /media/New-SD-512. You then view the empty New-SD-512 with the file explorers.
The A-xxxx folders are subfolders of the top folder - alexfolders on my main partition where my Linux OS is installed.
I placed those sub folders inside alexfolders for the only purpose so that my cron job has only one command to execute each day. Was this wrong to do?

In the target external SD storage, the alexfolders are to be created by the cron job. I have manually created on that target SD the folders sun,mon etc...

Please tell me how to do it better?

Thnaks
Alex
 
Old 08-24-2020, 01:54 AM   #4
berndbausch
LQ Addict
 
Registered: Nov 2013
Location: Tokyo
Distribution: Mostly Ubuntu and Centos
Posts: 6,316

Rep: Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002
I am confused now. What is /media/New-SD-512/sun/alexfolders? Does it contain the files that you want to back up, or is it the backup? I understood it's the latter, but what you are saying now makes me wonder.

Also, what is New-SD-512? I understood it's an external device, like an SD card. Correct? When you ran the ls command, was that device inserted? The file explorer screenshot shows that the device is inserted.
 
Old 08-24-2020, 02:27 AM   #5
alex4buba
Member
 
Registered: Jul 2020
Posts: 620

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by berndbausch View Post
I am confused now. What is /media/New-SD-512/sun/alexfolders? Does it contain the files that you want to back up, or is it the backup? I understood it's the latter, but what you are saying now makes me wonder.

Also, what is New-SD-512? I understood it's an external device, like an SD card. Correct? When you ran the ls command, was that device inserted? The file explorer screenshot shows that the device is inserted.
Hello Berndbush,

The New-SD-512 is a 512GB SD card inserted into an SD slot in my Intel-Nuc desktop
The line : /media/New-SD-512/sun/alexfolders says that in the root of the above SD there is a day folder - sun,mon,tue etc...
Inside each day folder, there is a single sub-folder call "alexfolders"
On my actual machine, in the HOME folder, I have a folder called "alexfolders" and inside it are all the folders I created. Here are all the folders and files that I want to backup, yes. I just put them all under ONE top folder, so that I can execute it with only one command per day.
Yes, the SD card is stuck in there permanently, otherwise my backup action will have no "Target".

Now, I hope you get the picture, maybe you can help me figure out, why am I able to have access to the backup files / folders through command line, but NOT through File Manager GUI

And one last thing, access rights on that New-SD-512 are all set to 777 from the root down

Cheers
Alex
 
Old 08-24-2020, 04:18 AM   #6
berndbausch
LQ Addict
 
Registered: Nov 2013
Location: Tokyo
Distribution: Mostly Ubuntu and Centos
Posts: 6,316

Rep: Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002
Code:
drwxr-xr-x
This is not 777, but it's not relevant; you don't need the write bit for listing files.

I don't have an explanation. Can you reproduce the problem? I.e. run the ls command and use the file explorer at the same time, with the two different outcomes?

EDIT: Also, when you use the file explorer to create an object on the SD-Card, is that reflected in the ls output?

EDIT2: And run the df command. I have the suspicion that the ls command lists a different directory than the file explorer.

Last edited by berndbausch; 08-24-2020 at 04:21 AM.
 
Old 08-24-2020, 04:56 AM   #7
alex4buba
Member
 
Registered: Jul 2020
Posts: 620

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by berndbausch View Post
Code:
drwxr-xr-x
This is not 777, but it's not relevant; you don't need the write bit for listing files.

I don't have an explanation. Can you reproduce the problem? I.e. run the ls command and use the file explorer at the same time, with the two different outcomes?

EDIT: Also, when you use the file explorer to create an object on the SD-Card, is that reflected in the ls output?

EDIT2: And run the df command. I have the suspicion that the ls command lists a different directory than the file explorer.
Hello again, now it is my turn to be confused.

The problem is being reproduced consistantly since Saturday when I ran the first backup. The initial one of course took longer, and the follow ups, Sunday and I suspect today (in about 20 minutes) when it runs again - I can see the modified files in Terminal mode, but for the same folders on the SD card, those folders show as EMPTY.

Now, I checked it again in Command line (following your prompt here, I get the following:

Code:
alex@alex-nuc8i7hnk:~$ ls -l /media/alex/New-SD-512/sun
total 256
drwxrwxrwx 1 alex alex 131072 Aug 23 09:34 alexfolders
AND
Code:
alex@alex-nuc8i7hnk:~$ ls -l /media/alex/New-SD-512/sun/alexfolders
total 0
And the same result I have in GUI File explorer.... So, it seems my backup is gone

Yes, in the Source folder, I made changes today, copied them with the GUI File manager into the sat folder, they show up in the target through the GUI, The command line shows this :

Code:
alex@alex-nuc8i7hnk:~$ ls -l /media/alex/New-SD-512/sat
total 512
-rwxrwxrwx 1 alex alex    476 Aug 23 19:13 rsyncbatch
-rwxrwxrwx 1 alex alex 187649 Aug 20 10:44 TechChat.docx
-rwxrwxrwx 1 alex alex   6260 Aug 24 12:36 U_Steps.docx
Which is correct. So, if I do it through the GUI manually, the terminal shows it...

Whta do you make of this?

Thanks again
 
Old 08-24-2020, 05:56 AM   #8
berndbausch
LQ Addict
 
Registered: Nov 2013
Location: Tokyo
Distribution: Mostly Ubuntu and Centos
Posts: 6,316

Rep: Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002
I guess that your backups are not on the SD card, but the root filesystem. To check this, unmount the SD card and look into /media/alex/New-SD-512/<days of the week>.
 
Old 08-24-2020, 06:16 AM   #9
alex4buba
Member
 
Registered: Jul 2020
Posts: 620

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by berndbausch View Post
I guess that your backups are not on the SD card, but the root filesystem. To check this, unmount the SD card and look into /media/alex/New-SD-512/<days of the week>.
This is the result following your suggestion:

Code:
alex@alex-nuc8i7hnk:~$ ls -l /media/alex/New-SD-512/sat
ls: cannot access '/media/alex/New-SD-512/sat': No such file or directory
Removed the SD card...

So, any other suggestion?

Cheers
Alex
 
Old 08-24-2020, 06:27 AM   #10
berndbausch
LQ Addict
 
Registered: Nov 2013
Location: Tokyo
Distribution: Mostly Ubuntu and Centos
Posts: 6,316

Rep: Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002
How about the other weekdays?
 
Old 08-24-2020, 07:23 AM   #11
alex4buba
Member
 
Registered: Jul 2020
Posts: 620

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by berndbausch View Post
How about the other weekdays?
I started on Saturday, it shwos ONLY the files I copied manually by myself

If I run the following command in Terminal, it now does NOTHING. Is there a log I can check to see what did it do, or didn't and some errors?

Code:
rsync -aR /home/alex/alexfolders /media/New-SD-512/mon/
Thanks
Alex
 
Old 08-24-2020, 09:18 AM   #12
berndbausch
LQ Addict
 
Registered: Nov 2013
Location: Tokyo
Distribution: Mostly Ubuntu and Centos
Posts: 6,316

Rep: Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002
Quote:
Originally Posted by alex4buba View Post
I started on Saturday, it shwos ONLY the files I copied manually by myself
You mean /media/alex/New-SD-512 is empty?
Quote:
If I run the following command in Terminal, it now does NOTHING. Is there a log I can check to see what did it do, or didn't and some errors?

Code:
rsync -aR /home/alex/alexfolders /media/New-SD-512/mon/
Perhaps adding a verbose option helps? In any case, I don't see how this solves your problem.

Last edited by berndbausch; 08-24-2020 at 10:17 AM. Reason: formatting
 
Old 08-24-2020, 09:24 AM   #13
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,717

Rep: Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899
Code:
rsync -aR /home/alex/alexfolders /media/New-SD-512/mon/
By nothing /media/New-SD-512/mon is still empty? If there are no errors and rsync runs successfully there will no output and it will appear to do nothing. You can use the -v option to see additional output as rsync runs.

Since you are using the -R option and if the command did something your files will be /media/New-SD-512/mon/home/alex/alexfolders.

What is also interesting from your first post is that some of the files are from the future i.e Sep and Oct 2020... The System Volume Information' indicates you looked at the card from Windows.
 
Old 08-24-2020, 12:07 PM   #14
sgosnell
Senior Member
 
Registered: Jan 2008
Location: Baja Oklahoma
Distribution: Debian Stable and Unstable
Posts: 1,943

Rep: Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542
I suspect the directory structure of the SD card is a mess by now. Try doing a directory listing of the entire card.
Code:
ls -a /media/New-SD-512
That will show all the subdirectories, but not the subdirectories below them. Then you can do individual listings of the subdirectories you see. If you post the output of the list of the card root, we might be able to offer more detailed suggestions.
 
Old 08-24-2020, 04:24 PM   #15
alex4buba
Member
 
Registered: Jul 2020
Posts: 620

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by sgosnell View Post
I suspect the directory structure of the SD card is a mess by now. Try doing a directory listing of the entire card.
Code:
ls -a /media/New-SD-512
That will show all the subdirectories, but not the subdirectories below them. Then you can do individual listings of the subdirectories you see. If you post the output of the list of the card root, we might be able to offer more detailed suggestions.
There is no mess on the SD card, the only mess is in the stupid guy's head sitting in front of my computer.

It was staring me in the face...

Code:
The correct code should have been this:
00 20 * * 0 rsync -aR /home/alex/alexfolders /media/alex/New-SD-512/sun/

Instead of what I had:
00 20 * * 0 rsync -aR /home/alex/alexfolders /media/New-SD-512/sun/
Yes, all is working fine, the cron job executed OK this morning at 7 am

My final question, is my rsync command the correct one, or should I have -rR instead

What I am happy about the setup, is that if/when I add a folder inside alexfolders, I will NOT need to adjust the cron job

Thanks again
Alex
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Three reasons you might want to install PCMANFM - The LXDE File Manager LXer Syndicated Linux News 0 08-18-2011 12:20 PM
pcmanfm file manager InvRa Linux - Software 1 01-14-2011 07:09 PM
problem in pcmanfm software (file manager) sumeet inani Linux - Software 0 09-09-2009 03:01 AM
LXer: PCManFM Review - Yet Another Lightweight GTK File Manager LXer Syndicated Linux News 0 07-07-2009 10:10 AM
installed ubunto twice by mistake now in boot up screen get 2 options for ubunto salpapa Linux - Newbie 8 06-28-2007 05:24 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:47 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration