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 7613001
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T02:03:42+00:00 2026-05-31T02:03:42+00:00

I need to set logrotate to rotate logs files from an application running on

  • 0

I need to set logrotate to rotate logs files from an application running on the server.
I need the date inside the filename.

I set dateext and also dateformat to add a – in the date.
The result filename is:whatever.csv_2012-03-03

I would like the timestamp to be part of the filename keeping safe the extension; Whatever_2012-03-03.csv.

  • 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-05-31T02:03:44+00:00Added an answer on May 31, 2026 at 2:03 am

    To insert the date within the filename (and not as extension) of a file under Linux while rotating a file it is correct to use:

    # Daily rotation
        daily
    
    # We keep original file live
        copytruncate
    
    # Rotation is 1 so we have always .1 as extension
        rotate 1
    
    # If file is missing keep working
        missingok
    
        sharedscripts
        postrotate
                day=$(date +%Y-%m-%d)
                mv blabla.csv.1 /var/www/gamelogs/dir/blabla$day.csv
        endscript
    }
    

    This is simple and works fine.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to set some server specific variables in a rails application that will
I need to set up a really lightweight HTTPS server for a Java application.
I need set the date/time from Android programmatically, but I'm not having success! I
I plan to use ASIHttpRequest for downloading files from back-end server. Before actions, post
I need to set my application's culture through an App.Config file, so that pt-BR
I need to set -Wall -Werror as CPPFLAGS for all the source files in
I need to set same UI in both device and emulator (In my application
I need the set the Application attribute dynamically in android , particularly i need
Need set zoom for camera preview...
I need Set collection, where its items will be identified by items class. Something

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.