]> git.p6c8.net - dsmonrot.git/blobdiff - TODO.md
More precise PowerShell requirement (4.0 or higher)
[dsmonrot.git] / TODO.md
diff --git a/TODO.md b/TODO.md
index 00dd5323ede4d9f679b4858c40bc7f3abfcee03e..5079e042b0754f1d207fb6be77e0e238331802f9 100644 (file)
--- a/TODO.md
+++ b/TODO.md
@@ -1,8 +1,12 @@
 # TODO
 
-- [] Collect error messages and send them via email
-- [] Check if directories are created successfully
-- [] Check if the network drive already exists before connecting
-- [] Create a log file for the script
-- [] Clean up the messages sent to the console or send them to the debug or error streams (e.g. `Write-Debug` or `Write-Error`)
-- [] Suppress output of some commands
\ No newline at end of file
+- [x] Collect error messages and send them via email
+- [x] Check if directories are created successfully
+- [x] ~~Check if the network drive already exists before connecting~~ ⇒ `New-PSDrive` throws an exception if drive is already connected
+- [x] Create a log file for the script
+- [x] Clean up the messages sent to the console or send them to the debug or error streams (e.g. `Write-Debug` or `Write-Error`)
+- [x] Rotate log files
+- [x] Suppress output of some commands
+- [x] Allow multiple backups for a day
+- [ ] Add some comments to the source code
+- [ ] Update README
\ No newline at end of file

patrick-canterino.de