X-Git-Url: https://git.p6c8.net/dsmonrot.git/blobdiff_plain/dc31e36391307b87cd67ab26cb1c5a69d83d5e41..f83c6ca4a53ca7d80bc2bab3f6c3284588a8d860:/TODO.md diff --git a/TODO.md b/TODO.md index b727f89..42ac55d 100644 --- a/TODO.md +++ b/TODO.md @@ -2,7 +2,10 @@ - [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 -- [ ] 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] ~~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 +- [ ] Add some comments to the source code +- [x] Allow multiple backups for a day \ No newline at end of file