quota problem after move to other server

Discussion in 'Installation/Configuration' started by metaldrummer, Jan 13, 2009.

  1. metaldrummer

    metaldrummer New Member

    Hi:
    Next move all data from server A to server B, quota not show limit for users & groups.

    In Server A:
    SuseLinux 10.1
    Ispconfig 2.2.25

    In Server B:
    OpenSuse 11.0
    Ispconfig 2.2.29

    I backup /srv/wwww with tar -pczf www.tar.gz www/

    How can put again quota limit for each group & user?

    For example:
    web20 group has 200mb disk space
    web20_cmarin user has 10mb disk space


    Regards
    David Lagos S.
    Coquimbo-Chile
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Try this:
    Code:
    quotaoff -avug
    quotacheck -avugm
    quotaon -avug
     
  3. metaldrummer

    metaldrummer New Member

    I had to reallocate the amount of space on each account (global) and that re-assessments of each user with ispconfig panel.

    regards
    David
     

Share This Page