Questions tagged [files]

Organized data encoded in a pre-defined format and stored on a filesystem.

In the computational sense, one-dimensional array of bytes stored in a filesystem, typically encoded a pre-defined format, often indicated by a file-extension or "magic number". More "durable" than in-memory storage.

677 questions
0
votes
0 answers

How write .sh script to remote copy files between linux

Possible Duplicate: How to pass password to scp command used in bash script? when use scp to remote copy file between servers then type "YES" and "PASSWORD" I don't know how to auto type it. Can we use with rsync? And How? Thanks
0
votes
1 answer

converting .mbx files to .pst files

Is there a way to convert an mbx file to a pst file. I have messages in the mbx file that I want to access in outlook, but outlook will not imoport these messages for me. Since I only have to do this once, I would rather not pay for a utility.
Tester101
  • 485
  • 2
  • 6
  • 9
0
votes
1 answer

IIS Web Server file change monitoring tools?

We are looking for a tool to run in the background of out Server 2008 R2 IIS web-server. We want a tool that can tell us when new files re created, or changes are made to existing file to watch for malicious code. E.G. new PHP files being create or…
JuanValdez
  • 21
  • 5
0
votes
1 answer

How to access and store data on multi-server setup

My application uses a RESTful api to receive requests from users and generate files on demand. When the file has been made, it responds back with a dl link to said file. When this was on a single server setup, I didn't have to worry about selecting…
Obto
  • 125
  • 6
0
votes
5 answers

Looking for suitable backup solution Mac OS X to offsite Centos 6 server 1TB of working data

I'll start by saying what we have in place currently: On site file server (Mac OS X Server) that is used by GFX designers and they have a working 1TB of data. Offsite server with 2TB available storage (Centos 6) Mac OS X server rsync data to…
Scott
  • 359
  • 1
  • 5
  • 18
0
votes
2 answers

How to copy files to destination system through a specific LAN card?

I want to copy database backup from my running DB Server to Backup server. The source server has two LAN cards connected through their own IP address. One LAN card is used to connect to the application server and I want to user the other LAN card to…
0
votes
1 answer

rsync file list over ssh generated by remote script

for f in `ssh $SSHCRED "~/file-list.sh"` do rsync --progress --times --partial --append --rsh=ssh -r -h --remove-sent-files $SSHCRED:$f $OUTDIR done This is what I do today. I'd like to instead do this by sending the output from ssh $SSHCRED…
Markus Hedlund
  • 1,127
  • 2
  • 19
  • 33
0
votes
2 answers

File management issues in Windows 7 and IIS

We have a web site that used to run on a Windows 2003 server with whatever version of IIS that had; I think IIS6. That site has been moved to a new server that's a Windows 7 server with IIS7. Since the move we have been getting errors on our…
William
  • 103
  • 2
0
votes
1 answer

Why is my access.log file not accessible?

I have an apache installation on my dev machine. The httpd.conf is all set up right. By the config file I should be getting an access.log file in my logs directory, but it doesn't seem to exist in the directory. However if I search for the file in…
Toby Allen
  • 757
  • 2
  • 10
  • 24
0
votes
1 answer

SSH/SCP filebrowser supporting server hopping

To access our file server here, I need to connect first to a server which is public available and then open a second ssh connection to that server. If I need to copy files, I first need to copy them from the file server to the public available…
markus
  • 1,080
  • 5
  • 18
  • 38
0
votes
3 answers

SSL: two copies of everything... doing it very wrong

this may be a an SO question, but it sounds servery... Whenever I set up an SSL utilising site (not the certificate and the server itself, just the uploading of the files), I always end up with one copy of my site in the HTTP bit, and another copy…
Assembler
  • 125
  • 5
0
votes
1 answer

PHP Session File Stored in Temp Directory - Apache

I am having a slight problem...I have a server that I set up using AppServ 2.5.10, running Apache 2.2.8 and PHP 5.2.6. This is running on Windows Server 2008R2. The problem is in order for the sessions to work, I have to be logged into the server.…
navalhawkeye
  • 3
  • 1
  • 2
0
votes
2 answers

synchronize files between remote sftp location and local

I am facing a quite familiar problem but have no clear idea on how to handle it. I'm a backend developer and i write my applications using Zend Studio. My employer requires me to work on a remote location using SFTP and expandrive. Although this…
0
votes
1 answer

OpenOffice Headless Mode - Temp Directory?

We're running OpenOffice 3.2 in headless mode. It writes all of it's temporary files to /tmp and we're running out of disk space, so I'd like to change the temp directory for it. Sadly, I can't seem to figure out how to do this. Any advice would be…
organicveggie
  • 1,071
  • 3
  • 15
  • 27
0
votes
3 answers

Server High Logical Volume

I have just been looking at the sizes of various partitions in my server and I see that it states; /dev/xvda1 3.7G 2.9G 792M 79% / /dev/mapper/vg00-usr 26G 3.7G 23G 14% /usr /dev/mapper/vg00-var 72G 43G 30G 60%…
James Anderson
  • 3,107
  • 2
  • 17
  • 12