From 3eac13627d32430696d0bf1e787fad56ea171ef9 Mon Sep 17 00:00:00 2001 From: Chuck Whitson <357452+ChuckWhitson@users.noreply.github.com> Date: Wed, 22 Jan 2025 10:29:48 -0600 Subject: [PATCH 1/2] Create MicrosoftAzureCopy.tkape --- Targets/Apps/MicrosoftAzureCopy.tkape | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Targets/Apps/MicrosoftAzureCopy.tkape diff --git a/Targets/Apps/MicrosoftAzureCopy.tkape b/Targets/Apps/MicrosoftAzureCopy.tkape new file mode 100644 index 000000000..f5fda785a --- /dev/null +++ b/Targets/Apps/MicrosoftAzureCopy.tkape @@ -0,0 +1,22 @@ +Description: Microsoft Azure Copy +Author: Chuck Whitson +Version: 1.0 +Id: 57a25748-2828-4a7f-bda5-1b4f793716d2 +RecreateDirectories: true +Targets: + - + Name: Azure Copy - User Profile - *.log + Category: Apps + Path: C:\Users\%user%\.azcopy\ + FileMask: '*.log' + Comment: "Collects session and transfer logs for Microsoft Azure Copy from a user profile" + - + Name: Azure Copy - Plans - *.ste* + Category: Apps + Path: C:\Users\%user%\.azcopy\plans\ + FileMask: '*.ste*' + Comment: "Collects the plans for Microsoft Azure Copy from a user profile" + +# Documentation +# https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-configure#log-and-plan-files +# From 8c375f81fcf4c56cd10c129a01c1d9fb89417d5d Mon Sep 17 00:00:00 2001 From: Chuck Whitson <357452+ChuckWhitson@users.noreply.github.com> Date: Wed, 22 Jan 2025 10:41:18 -0600 Subject: [PATCH 2/2] Update MicrosoftAzureCopy.tkape - Trailing Space --- Targets/Apps/MicrosoftAzureCopy.tkape | 1 - 1 file changed, 1 deletion(-) diff --git a/Targets/Apps/MicrosoftAzureCopy.tkape b/Targets/Apps/MicrosoftAzureCopy.tkape index f5fda785a..af67cd99c 100644 --- a/Targets/Apps/MicrosoftAzureCopy.tkape +++ b/Targets/Apps/MicrosoftAzureCopy.tkape @@ -19,4 +19,3 @@ Targets: # Documentation # https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-configure#log-and-plan-files -#