Results 1 to 2 of 2
Thread: backup/restore of client files
-
03-06-2008, 10:29 #1
-= TeamSpeak User =-
- 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
-
03-06-2008, 13:29 #2
-= TeamSpeak Servant =-
- 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
-
Need help using TS in BF2
By Jeff_Slipknot89 in forum [TeamSpeak 2] Client SupportReplies: 3Last Post: 18-05-2010, 06:34 -
spam login!
By tetra in forum [TeamSpeak 2] Server SupportReplies: 5Last Post: 25-05-2007, 13:12 -
Strange concurrent connection
By wisley in forum [TeamSpeak 2] Server SupportReplies: 2Last Post: 20-08-2006, 05:08


Reply With Quote