Only works if bash is included in the container build. Most do, but not all.
Thank you, I'll watch out for that. I needed it for Nextcloud to turn off maintenance mode and it seems to work.
Only works if bash is included in the container build. Most do, but not all.
Thank you, I'll watch out for that. I needed it for Nextcloud to turn off maintenance mode and it seems to work.
I have found this works. First, SSH into OMV, then use:
docker exec -it containername /bin/bash
Not quite as neat as Portainer, but it does exactly what I need. Thank you so much for your quick reply.
I'm sure the answer is here somewhere, but I can't find it.
Is there a simple way to SSH into a Docker container managed but OMV Compose like there was in Portainer? i.e. connect to the console of the container.
Many thanks
I seem to have successfully migrated from Portainer to using the new Compose service but there's one thing I can't seem to do and that i look at network details.
i.e. select a network and easily see which containers are attached and what their IP addresses are.
Am I looking in the wrong place?
Thanks
Hi,
I can usually find most answers by searching but can't find this
Config is a Pi4, in an Argon EON case. 3 disks, 2 SSD and one HDD.
I have just changed my backups and restarted so there a big initial BORG job backing up from my 'main' SSD to the HDD.
It's still running and logs show lots of reads from the SDD and writes on the HDD, so far so good.
However in the syslogs both S.M.A.R.T and syslogs I get messages every 30 mins saying that the drive temperature has changed. The SSH seems to be hovering at about 64 Deg C, yest in S.M.A.R.T console, it says it's 36 Deg C.
Any ideas, also if I'm monitoring temperature to trigger the fan, which would be used?
Thanks.
Hi,
Hope this is the right area for this.
I take a nightly backup of my sd card to disk, but also want to do a weekly clone, just in case it fails totally.
I have a cron job that runs, but I'm not sure if it's doing what I want after the first time it was run.
The command is :
sudo dd if=/dev/mmcblk0 of=/dev/dev/disk/by-id/usb-Mass_Storage_Device_"SerNumber":0.
The output disk is /dev/sdc but I used its ID to stop it overwriting any SD card I was stupid enough to leave in the reader if I forgot.
The output I get is:
Method: ddfull
Device file: /dev/root
Root drive: /dev/mmcblk0
1+0 records in
1+0 records out
446 bytes copied, 0.000312293 s, 1.4 MB/s
1+0 records in
1+0 records out
512 bytes copied, 0.00020172 s, 2.5 MB/s
Boot drive: /dev/sdc1
Using dd full disk...
Backup works and produces a bootable SD card, but my concern is the 2nd to last line, is it saying that I'm backing up from my backup SDcard bootable section over itself?
Many thanks
Yes, same here. It only seems to have been in the last week for me, although my installation is about 3 months old.