F5F Stay Refreshed Software Operating Systems No one seems to know much about tinyCore Linux.

No one seems to know much about tinyCore Linux.

No one seems to know much about tinyCore Linux.

Pages (2): 1 2 Next
G
guestman25
Junior Member
44
02-02-2023, 06:24 PM
#1
You're experiencing issues with the backup system while running it in headless mode on a Raspberry Pi.
G
guestman25
02-02-2023, 06:24 PM #1

You're experiencing issues with the backup system while running it in headless mode on a Raspberry Pi.

P
professor69
Junior Member
11
02-03-2023, 06:45 PM
#2
I don't have specific knowledge about it, but if you explain your issue, I might be able to assist you.
P
professor69
02-03-2023, 06:45 PM #2

I don't have specific knowledge about it, but if you explain your issue, I might be able to assist you.

M
MaxHarryPotter
Junior Member
47
02-09-2023, 03:05 PM
#3
The issue with tinyCore is that it operates entirely from a RAM disk, which makes the distribution very compact. It's designed to back up /home and /opt during shutdowns to reduce disk access. (It was intended for use on flash drives, etc.). Personally, it didn't work as planned. I've decided to run backups manually before each shutdown, and that seems to be resolving the problem. Edit: @Sauron Sry, didn't mention you properly.
M
MaxHarryPotter
02-09-2023, 03:05 PM #3

The issue with tinyCore is that it operates entirely from a RAM disk, which makes the distribution very compact. It's designed to back up /home and /opt during shutdowns to reduce disk access. (It was intended for use on flash drives, etc.). Personally, it didn't work as planned. I've decided to run backups manually before each shutdown, and that seems to be resolving the problem. Edit: @Sauron Sry, didn't mention you properly.

C
ciberbrine
Member
199
02-09-2023, 03:42 PM
#4
No, there were no files in the /tce directory.
C
ciberbrine
02-09-2023, 03:42 PM #4

No, there were no files in the /tce directory.

_
173
02-09-2023, 08:24 PM
#5
Everything expected is present: tc@box:/mnt/mmcblk0p2/tce$ ls mydata.tgz onboot.lst ondemand/ optional/ provides.db provides.db.part
_
_The_Aquarius_
02-09-2023, 08:24 PM #5

Everything expected is present: tc@box:/mnt/mmcblk0p2/tce$ ls mydata.tgz onboot.lst ondemand/ optional/ provides.db provides.db.part

N
nahte_ethan
Member
137
02-12-2023, 07:22 AM
#6
So, if I understand correctly, the script works but it doesn't run automatically at shutdown. Can you show me the contents of /etc/rc6.d/ ?
N
nahte_ethan
02-12-2023, 07:22 AM #6

So, if I understand correctly, the script works but it doesn't run automatically at shutdown. Can you show me the contents of /etc/rc6.d/ ?

N
Neonfluzzycat
Member
199
02-15-2023, 08:59 PM
#7
Yes, the file rc6.d is not located in /etc.
N
Neonfluzzycat
02-15-2023, 08:59 PM #7

Yes, the file rc6.d is not located in /etc.

Z
zMadeus
Posting Freak
755
02-16-2023, 04:26 AM
#8
Check if /etc/rc.shutdown exists and understand its role in triggering the backup script during shutdown. Ensure the system is closing properly, as incorrect methods could prevent the script from executing.
Z
zMadeus
02-16-2023, 04:26 AM #8

Check if /etc/rc.shutdown exists and understand its role in triggering the backup script during shutdown. Ensure the system is closing properly, as incorrect methods could prevent the script from executing.

_
_Cartman
Junior Member
9
02-16-2023, 10:58 AM
#9
Found it, it's /opt/shutdown.sh Here's the pastebin: https://pastebin.com/7mUaYnm0 I'm only shutting down via sudo poweroff and sudo reboot
_
_Cartman
02-16-2023, 10:58 AM #9

Found it, it's /opt/shutdown.sh Here's the pastebin: https://pastebin.com/7mUaYnm0 I'm only shutting down via sudo poweroff and sudo reboot

R
RepoRizer
Posting Freak
872
02-18-2023, 05:52 AM
#10
The directory contains the list of functions used by the init system for managing services.
R
RepoRizer
02-18-2023, 05:52 AM #10

The directory contains the list of functions used by the init system for managing services.

Pages (2): 1 2 Next