|
Hi,
Vicibox 3.1.15
VERSION: 2.6-365a
BUILD: 120420-1620
I have setup my archive server and every things working fine. But now I am thinking of changing the IP Address of the Archive Server from private to public. I am not sure how to change this, I have...
Started by rrb555 on
, 4 posts
by 2 people.
Answer Snippets (Read the full thread at net):
The ftp-transfer crontab to move these recordings to your archive server?
have you checked --MP3
What I want is to easily change between archive server if I will be creating a backup,
btw astguiclient/AST_CRON_audio_3_ftp.....
|
|
Right now I am working on a solution to archive older data from a big working database to a separate archive database with the same schema. I move the data using SQL scripts and SQL Server Management Objects (SMO) from a .Net executable written in C#....
Started by Stefan Haubold on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
You don't even have to change the select statements, only ... .
Yep, use table and index partitioning with filegroups.
I think if you still want/need the data to be accessible, then partitioning some of your biggest or most-used tables could be an option .
|
|
Hello to any people of goodwill who would be kind enough to give me some clues.
My config is :
- DBerver - bi processor Xeon Dell T610, 2*Intel® Xeon® E5607 Processor 32 G Ram, HD 300G 15 KRPM
- Weberver, Dell PE110, Xeon, 8 G Ram
- 4 dialers, Dell PE...
Started by AGA on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at net):
I found the reason !! the FTP service was not working well ! I configured a new FTP server.
I ran into this when I originally setup my ftp server for my recordings.
Something specail with that line...
|
Ask your Facebook Friends
|
There is a project in flight at my organization to move customer data and all the associated records (billing transactions, etc) from one database to another, if the customer has not had account activity within a certain timeframe.
The total number of...
Started by Chris McCall on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Performing fast SQL Server delete operations
UPDATE: as Remus correctly points out, SSIS can.
|
|
We've currently got four web servers in a farm generating IIS web logs about 100Mb per day. These can be compressed pretty effieciently down to somewhere around 5% of their size.
We are planning to use waRmZip to move them off the servers and onto a SAN...
Started by Dave Anderson on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
If you're only storing 5MB per day,....
Talk to your company's lawyers - legal advice on SO is likely to be worth what you pay for it .
Legal requirements will depend on your country, how much you're logging, and quite possibly the nature of your business .
|
|
Example There is an application that measures temperature in each town of the world. Each measurement is taken every 5 minutes and written in to the Measurement table.
CREATE TABLE [dbo].[Measurement]( [MeasurementID] [int] IDENTITY(1,1) NOT NULL, [Town...
Started by Andrew Rimmer on
, 6 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
On SQL Server - like most solutions, if you have an index on Town, Date, Temp this will be covering.
|
|
I need to allow users to upload a zip file via a web form. The server is running Linux with an Apache web server. Are there advantages to using a module like Archive::Zip to extract this archive or should I just execute a system call to unzip with backticks...
Started by cowgod on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
So while to the Archive::Zip documentation you'd be better off using Archive::Extract :
If you are just going to be extracting zips (and....
Found the hard way (production web server crashed) that Archive::Tar had a memory leak.
|
|
So I have a git repository on my local computer that I want to archive (zip is fine) and upload to my server. Once the file has been uploaded to the server, I will extract the archive. I don't need any of the git information, so I think I need to use ...
Answer Snippets (Read the full thread at superuser):
Any one of the following will work:
git archive --output=../_toDeploy/ArchiveName.zip master git archive -o ../_toDeploy/ArchiveName.zip master
To add a subdirectory inside the archive,
git archive --output=../_toDeploy/ArchiveName....
|
|
So tell me Theta ... what shall the players say about this ? Till now there have been no cross server issues that i know about.
How does Theta feel on this matter ?
I am not asking for any details about the current issue .. and i don't want them in this...
Started by Lost Battering Ram on
, 20 posts
by 11 people.
Answer Snippets (Read the full thread at ikariam):
Man I am jealous on you so imma stalk you on every server" creepy kinda thing, right lost It hasn't am in the whole "Man I am jealous on you so imma stalk you on every server" creepy kinda thing, right imma stalk you on every server....
|
|
I am using the recording archive process and it seems to be working. All recordings are on my FTP server however there are copies of all of the files on the vici server as well. I thought that the Archive process would delete them off of the server once...
Started by jamesm1470 on
, 2 posts
by 2 people.
Answer Snippets (Read the full thread at net):
#!/usr/bin/perl
#
# AST_CRON_purge_recordings.pl version 2.0.5
#
# IMPORTANT....
Ahh, if you wish to delete them also, you will need to run a separate perl script Here's the topline comment from that script to give you an idea of what you're looking at.. .
|