Page 2 of 2

Re: "allusers" have more rights than "admin

Posted: 11 Nov 2021, 03:00
by titanrx8
TMSupport wrote: 10 Nov 2021, 17:37 Which version of USB Copy is installed?
Current version.

Re: "allusers" have more rights than "admin

Posted: 11 Nov 2021, 16:24
by TMSupport
Hi!
It may be that the folder in the usb device does not have admin permission. Try the following methods to modify permissions:
1. Log in to the SSH terminal: viewtopic.php?f=75&t=2350
2. Switch to the USB device directory.

Code: Select all

cd /mnt/usb/usbshare1/
3. Check the permissions of the folder.

Code: Select all

ll
4. Modify the folder without admin permission. ('new' is the name of folder)

Code: Select all

chmod 777 new

Re: "allusers" have more rights than "admin

Posted: 11 Nov 2021, 21:27
by Hardfecx
TMSupport wrote: 11 Nov 2021, 16:24 Hi!
It may be that the folder in the usb device does not have admin permission. Try the following methods to modify permissions:
1. Log in to the SSH terminal: viewtopic.php?f=75&t=2350
2. Switch to the USB device directory.

Code: Select all

cd /mnt/usb/usbshare1/
3. Check the permissions of the folder.

Code: Select all

ll
4. Modify the folder without admin permission. ('new' is the name of folder)

Code: Select all

chmod 777 new
Please have a look at my screenshots for one folder where the backup fails even when I start it manually. It says something what I dont know what it is because I cant see the entire Message (Sicher fehlgeschlagen (Verz...)???
In the log nothing is written in. On the other screenshots you can see the rights...

Re: "allusers" have more rights than "admin

Posted: 12 Nov 2021, 10:54
by TMSupport
Hi! It is not clear what caused the incomplete backup. If it is convenient, you can email our technical team to let our engineer check it remotely.

Re: "allusers" have more rights than "admin

Posted: 12 Nov 2021, 12:20
by Hardfecx
{L_BUTTON_AT}TMSupport

I connected this morning to the nas via SSH and saw that on the USB drives, on some folders, the user was "admin" but the group was "allusers".

I changed it (with the command "chgrp admin *folder*) to the group "admin" and since it seems to work... (i started a scheduled Backup manually).

I will let you know if it works with all changed groups for the folders or not.
If it is the case I think you have to investigate how that is possible because in USBCopy you create a scheduled Task without choising the group or User. So why did the Programm did that...

Re: "allusers" have more rights than "admin

Posted: 12 Nov 2021, 19:43
by Hardfecx
{L_BUTTON_AT}TMSupport

Well, It seems to work now, I copied a Folder of 700GB an everything was copied. So both, "User" and "Group" have to be "Admin"