https://github.com/archer884/archiver
So basically a pal of mine at an old job was complaining that he couldn't figure out a good way to do this. I wrote two ways to do it: one in Powershell and one in C#.
https://github.com/archer884/archiver
Last synced: 3 months ago
JSON representation
So basically a pal of mine at an old job was complaining that he couldn't figure out a good way to do this. I wrote two ways to do it: one in Powershell and one in C#.
- Host: GitHub
- URL: https://github.com/archer884/archiver
- Owner: archer884
- License: unlicense
- Created: 2013-12-23T21:39:42.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-23T22:01:40.000Z (over 11 years ago)
- Last Synced: 2025-01-23T12:20:01.239Z (5 months ago)
- Language: C#
- Size: 113 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Archiver
========So basically a pal of mine at an old job was complaining that he couldn't figure out a good way to do this. I wrote two ways to do it: one in Powershell and one in C#.
My evil plan at this point is basically to convert this to a DLL that you can call from Powershell that does the job correctly. Right now, the Powershell variant is ... Less than reliable, shall we say, because the IDE you use for that kind of thing--and the language itself, really--doesn't lend itself to catching certain categories of errors ahead of time, so to speak.
This version works pretty darned perfectly, but the configuration is all done in XML, which isn't necessarily the most entertaining thing to work with. Actually, there is only really one thing missing that I might go ahead and change before I head out...
## 2013/12/23
Added: Configuration option for or "filter" in config file.## Future plans:
- Make this available as a service?