Tag: backup

140 script(s) tagged “backup”

⚡ PowerShell 5.1+

Backup The npm cache to Zip

Zips up the current contents of the npm cache before you run a cleanup against it.

🐍 Python 3.10+

Backup IIS log files to Zip (Python)

Zips up the current contents of IIS log files before you run a cleanup against it.

🐍 Python 3.10+

Backup Local User Accounts to JSON (Python)

Snapshots Local User Accounts (Win32_UserAccount) to a timestamped JSON file for later comparison or auditing.

⚡ PowerShell 5.1+

Backup The Windows Update download cache to Zip

Zips up the current contents of the Windows Update download cache before you run a cleanup against it.

⚡ PowerShell 5.1+

Backup Services List to JSON

Snapshots Services from Win32_Service to a timestamped JSON file for later comparison or auditing.

⚡ PowerShell 5.1+

Backup Video Controllers List to JSON

Snapshots Video Controllers from Win32_VideoController to a timestamped JSON file for later comparison or auditing.

🐍 Python 3.10+

Backup Network Shares to JSON (Python)

Snapshots Network Shares (Win32_Share) to a timestamped JSON file for later comparison or auditing.

🟣 C# / .NET 6+

Backup Time Zone Settings to JSON (C#)

Snapshots Time Zone Settings (Win32_TimeZone) to a timestamped JSON file via System.Management and System.Text.Json.