Results 1 to 3 of 3

Thread: one dir for 4 servers

  1. #1
    Sergeant maxdamage99's Avatar
    Join Date
    Aug 2014
    Location
    Russia
    Posts
    458
    Thanks
    79
    Thanked 122 Times in 101 Posts

    one dir for 4 servers

    Hello, i have VSD and 4 server, i can make 1 dir ?(main, iwd files) and no copy iwd files for new server? (use 1 directory main for 4 servers)

  2. #2
    Global Mossaderator Mitch's Avatar
    Join Date
    Nov 2012
    Posts
    654
    Thanks
    204
    Thanked 450 Times in 305 Posts
    PHP Code:
    ln -/path/to/cod2/main/*.iwd /path/to/srv01/main/ 
    http://linux.die.net/man/1/ln

  3. The Following User Says Thank You to Mitch For This Useful Post:

    maxdamage99 (7th March 2016)

  4. #3
    Private First Class
    Join Date
    Oct 2013
    Posts
    219
    Thanks
    56
    Thanked 105 Times in 66 Posts
    I suggest looking up symlinks.

    Example;
    Code:
    ln -sf /home/user/CoD2/Source/main/* /home/user/CoD2/MyNewServer/main/
    Edit: Godamnit Mitch why u gotta ninja me.

  5. The Following 2 Users Say Thank You to filthy_freak_ For This Useful Post:

    maxdamage99 (7th March 2016),Mitch (7th March 2016)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •