So let's add a line to BgInfo, showing you when you last did a backup to OneDrive.
- Add a line to your backup script to write the date out to a text file. You could actually write anything to the file, because it's the file date we shall be using in BgInfo, but the date is as good as anything.
@echo %DATE% > c:\folder\PhysicalLastDate.txt - Create a new User Defined Field in BgInfo; use the Timestamp of a file, and point that at the file you've just written in step 1.
- Add the new field to BgInfo and save your settings.
And that's it!
No comments:
Post a Comment