Search found 1 match

by gin
06 Sep 2016, 01:08
Forum: Help
Topic: Checking log files with PowerShell
Replies: 0
Views: 530

Checking log files with PowerShell

Hi, I use FFS to do various backups, then a powershell script to check on the resultant log files. Specifically, I check the file's LastWriteTime vs CreationTime to see whether the sync was still in progress. If LastWriteTime = CreationTime, then it's still in progress.

This worked well with FFS 6 ...