(Solved) backup directory disappeared for a client

Discussion in 'ISPConfig 3 Priority Support' started by ganewbie, Apr 13, 2020.

  1. ganewbie

    ganewbie Member HowtoForge Supporter

    Hello,
    Hope you are all safe.
    One of the clients on the perfect server Debian stretch Apache, has lost his backup directory and could not recreate it.
    When I logged in as root could not create it as well.
    Code:
    root@srv1:/var/www/clients/client1/web2# mkdir backup
    mkdir: cannot create directory ‘backup’: Operation not permitted
    Any hint is appreciated.
    Thanks
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Code:
    chattr -i /var/www/clients/client1/web2
    mkdir /var/www/clients/client1/web2/backup
    chattr +i /var/www/clients/client1/web2
     
    ganewbie likes this.
  3. ganewbie

    ganewbie Member HowtoForge Supporter

    Till, you are the man.:)
    Thanks a million,
    I am assuming the client can use it as normal from ISPconfig3 Panel where he can finds his backups.
     

Share This Page