RE: [SQU] Copying log file

From: Bruno Guerreiro <bruno.guerreiro@dont-contact.us>
Date: Thu, 25 Jan 2001 11:11:20 -0000

Hi,
You can use the split command
Something like 'split -b 1400K access.log'
Do 'man split' to check this options.
This will brake the file into xaa xab, xac ....
Then in Windows just copy all files to one directory and issue ' copy /A
xaa+xab+xac+... access.log'

Hope this been helpful

Regards

Bruno Guerreiro

-----Original Message-----
From: Awie [mailto:awie@eksadata.com]
Sent: Quinta-feira, 25 de Janeiro de 2001 10:18
To: squid-users@ircache.net
Subject: [SQU] Copying log file

All,

I have ACCESS.LOG files that seems pretty big. I tried copying it to a
floppy disk (1.44 MB). I thought that my access.log is 1,38 MB, but I am
wrong. I just realized that LINUX can copy as much as size of destination
media, and leave the rest.

1. Would you tell me how break and copy all size of file in several floppy
disks? Then I can encapsulate to one file in my other computer.

2. How can I transfer the access.log file to Windows environment?

3. Can I limit the size of my access.log file (let's say 5 MB)? So, It will
never exceed the maximum limit.

Many thanks for your help.

Best Regards,
 
Awie

--
To unsubscribe, see http://www.squid-cache.org/mailing-lists.html
Received on Thu Jan 25 2001 - 04:17:26 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:57:34 MST