Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8836235
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T09:26:50+00:00 2026-06-14T09:26:50+00:00

I am trying to write a script which will rename and archive log files

  • 0

I am trying to write a script which will rename and archive log files but I just can’t figure it out. Here is an example of how it should work: If you have a file named error_log and you run your script for a first time it should rename the file error_log to error_log.1 and then archive error_log.1 with gzip. The second time you run your script you will have two files: error_log and error_log.1.gz, now you should rename error_log.1.gz to error_log.2.gz; error_log to error_log.1 and once again archive error_log.1 to error_log.1.gz with gzip.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T09:26:52+00:00Added an answer on June 14, 2026 at 9:26 am

    What you are looking for is named logrotate, it’s a basic Unix administration command to rotate the logs like you’d like.

    See man 8 logrotate

    Example of a simple configuration file :

    /var/log/apache/error_log {
            daily
            rotate 90       # keep only 90 logs
            copytruncate    # don't stop apps, but copy log
            compress        # gzip log in *.gz
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to write a very lightweight build script which will basically just get
I am trying to write a script which will move files older than 1
Have been trying to write an awk script which processes a log file, but
I am trying to write a Java program or Hadoop Pig script which will
I am trying to write a script which will automate a copy/paste of employee
I am trying to write a ruby script which will look in a directory
I am trying to write an php twitter script which will be run by
I'm trying to write a powershell script which will execute sqlcmd.exe to run a
I am trying to write an ant script which builds our project and will
I am trying to write a scheme script for GIMP 2.8, which will resize

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.