https://github.com/pkgstore/pwsh-vault
A script for transferring and saving files to Vault (storage directory), while maintaining the structure of the original directory.
https://github.com/pkgstore/pwsh-vault
powershell powershell-cmdlets powershell-module powershell-modules powershell-script powershell-scripts pwsh pwsh-module pwsh-scripts windows
Last synced: 5 months ago
JSON representation
A script for transferring and saving files to Vault (storage directory), while maintaining the structure of the original directory.
- Host: GitHub
- URL: https://github.com/pkgstore/pwsh-vault
- Owner: pkgstore
- License: mit
- Created: 2023-11-18T22:42:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-01T04:35:16.000Z (about 2 years ago)
- Last Synced: 2025-03-13T12:34:42.888Z (12 months ago)
- Topics: powershell, powershell-cmdlets, powershell-module, powershell-modules, powershell-script, powershell-scripts, pwsh, pwsh-module, pwsh-scripts, windows
- Language: PowerShell
- Homepage: https://lib.onl/ru/articles/2023/10/4c7aba7c-f5a6-589a-9975-fdb16f2e2862/
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# PowerShell Vault Module
A script for transferring and saving files to Vault (storage directory), while maintaining the structure of the original directory. Can accept various filtering parameters for source files as input.
## Install
```powershell
Install-CustomModule -N 'Vault' -GHP 'pkgstore/pwsh-vault'
```
## Syntax
For syntax information, enter module info command and get help command.
```powershell
Get-Command -Module 'PkgStore.Vault'
```
```powershell
Get-Help ''
```
## Documentation
- [PowerShell Vault](https://lib.onl/ru/articles/2023/10/4c7aba7c-f5a6-589a-9975-fdb16f2e2862/)