• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Resolved New root user for backup

hardbrasil

Regular Pleskian
Hello fellas, what is wrong with this command

Code:
adduser -ou 0 -g 0 /var/lib/psa/dumps bkpuser


i would like to crate a new user with root privileges and only acessible into this path "/var/lib/psa/dumps"

thanks
 
ok, i got it.

so how group user should i use to have privileges to access that path and move files trough ftp ftps ?
 
Hi hardbrasil,

pls. don't make it more complicated than it probably is.... just tell us, WHAT your goal is, so that someone can suggest a work-around for it. ;)
 
would like to crate a new user with privileges and only acessible into this path "/var/lib/psa/dumps"
 
Hi hardbrasil,

well, you might have already noticed, that files INSIDE the folder "/var/lib/psa/dumps" are owned by root : root , which conflicts with your desire to create a new user with the same priviliges, who should be chrooted to that folder only, so basically the answer to "Is that possible" is "no".

If you desire to "move files trough ftp ftps" regulary from the folder "/var/lib/psa/dumps", consider to use crontabs for the root - user. ;)
 
Back
Top