Community Forums Today's Posts     Member List     Archive    
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2004
    Location
    USA
    Posts
    5

    backup/restore of client files

    Where are all my connection setting located? I am about to reformat and load windoze, and I would like to maintain all my settings (connections, sound, etc.).

    Thanks!
    Hawk

  2. #2
    Join Date
    Oct 2003
    Location
    Germany
    Posts
    2,296
    Here's an example on how to backup your client settings on Windows:

    Code:
    @echo off
    
    for /f "delims=. tokens=1-3" %%a in ("%date%") do set "folder=%%c-%%b-%%a"
    
    xcopy "%appdata%\teamspeak2" "%folder%" /k /r /e /i /s /c /h /y
    
    echo @echo off > "%folder%\restore.bat"
    echo xcopy *.* "%appdata%\teamspeak2" /k /r /e /i /s /c /h /y >> "%folder%\restore.bat"

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Need help using TS in BF2
    By Jeff_Slipknot89 in forum [TeamSpeak 2] Client Support
    Replies: 3
    Last Post: 18-05-2010, 06:34
  2. spam login!
    By tetra in forum [TeamSpeak 2] Server Support
    Replies: 5
    Last Post: 25-05-2007, 13:12
  3. Strange concurrent connection
    By wisley in forum [TeamSpeak 2] Server Support
    Replies: 2
    Last Post: 20-08-2006, 05:08

Posting Permissions

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