is the script executeable? try chmod 700 putsnapshot.sh
We are migrating towards a new forum system located at community.teamspeak.com, as such this forum will become read-only on January 29, 2020
is the script executeable? try chmod 700 putsnapshot.sh
Is there a way how to make this scrip automatic (It would create snapshot for e.g. every hour?).
How do I fix this?
Code:$ pullsnapshot.sh admin ******** ts.servername.com 10011 snapshot.txt 143 Invalid number of lines from snapshot retrieval, aborting View snapshot.txt for detailsCode:TS3 TS3 Welcome to the TeamSpeak 3 ServerQuery interface, type "help" for a list of commands and "help <command>" for information on a specific command. error id=0 msg=ok error id=0 msg=ok error id=2568 msg=insufficient\sclient\spermissions failed_permid=45 error id=0 msg=ok
You are using a voice account with limited permissions (admin). You must use the account called serveradmin which has the missing b_virtualserver_snapshot_create.
This script doesn't work for me, I am using CentOS 6.5.
After I executed the command I get a empty file baned sid_1.txt. What now?[[email protected] teamspeak3-server_linux-amd64]# pullsnapshot.sh serveradmin (password removed) (host removed) 10011 sid_1.txt 1
-bash: pullsnapshot.sh: command not found
Do you know how to run programs on linux? You must use the "./" prefix.
Hi I would like ask If somebody alredy tried to add this to the cron?
My old host gave me a TXT file to restore the backup on our server but I have no idea how to do so.
Anyone have an idea/
Thank You
Last edited by dante696; July 15th, 2014 at 08:16 AM. Reason: merged
this is very nice
I didn't see this so I wrote my own.. Posted here:
http://forum.teamspeak.com/showthrea...p-ts3-settings
It works a bit differently in that it logs the output sequentially and stores the password in a file.
Although this thread is quite old, I still have a suggestion to add
Basically, this checks, whether netcat is installed. This is just gonna prevent some errors - when I started it the first time I was wondering about the "nc" not found stuffCode:command -v nc >/dev/null 2>&1 || error_netcat="1" if [[ $error_netcat -eq 1 ]] then printf >&2 "Netcat is not installed, but required, please install it.\n" exit 1 fi![]()
I cant find this putsnapshot.sh anywhere, so yeah if anyone could re upload it or something would appreciate it
The file does not exist and never was uploaded here.
Copy the pullsnapshot.sh and rename it and then replace output_file=snapshot.txt with input_file=snapshot.txt.
When sending me private messages: Please make sure to include reference link to your forum thread or post.
TeamSpeak FAQ || What should i report, when i open a client thread?
There are currently 1 users browsing this thread. (0 members and 1 guests)