GithubHelp home page GithubHelp logo

powershell_log_archival's Introduction

How to Create Subfolders, Move Files and Archive [PowerShell]

This code snippet automates subfolder creation, moving files and archival using Powershell script.

Summary: This code segment aims to achieve the below scenario.

image

The folder path listing is as below. As it is depicted, the root folder is script_test_logs, where all the logs reside. Inside that folder, there are 02 subfolders (i.e. subfolder_1, subfolder_2) which consists of separate log files.

Below are the steps we need to achieve during the archival process.

  • Firstly, inside each subfolder, we need to create a new subfolder.
  • Then, we need to move the logs older than 30 days to the newly created subfolder.
  • Compress the logs files inside the subfolder.
  • Keep only the archived file and remove the logs to free up space.

For more code explanation please visit: https://bit.ly/powershell_logs_archival

powershell_log_archival's People

Contributors

haarsh85 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.