Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dforge/backup_ps1
Powershell backup script for windows systems
https://github.com/dforge/backup_ps1
Last synced: 8 days ago
JSON representation
Powershell backup script for windows systems
- Host: GitHub
- URL: https://github.com/dforge/backup_ps1
- Owner: dforge
- Created: 2020-05-26T11:08:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-04T23:51:49.000Z (over 4 years ago)
- Last Synced: 2024-08-14T07:06:54.074Z (4 months ago)
- Language: PowerShell
- Size: 18.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - dforge/backup_ps1 - Powershell backup script for windows systems (PowerShell)
README
# backup_ps1
Powershell backup script for windows system using 7zip as archive processor.### Installation
```sh
git clone https://github.com/dforge/backup_ps1.git backup_ps1
```
Rename example files for new usage or use your own settings.json/sources.json files.### Update
```sh
git fetch --prune
```
```sh
git checkout
```
```sh
git pull
```### VMware loginsight integration
```sh
[parser|backup_ps1_parser]
base_parser=csv
delimiter=|
fields=datetime,sevirity,log_message
debug=no
``````sh
[filelog|backup_ps1_filelog]
directory=
include=*.txt
parser=backup_ps1_parser
```