J
Jeremy S.
I will be writing a relatively small utility app that will be responsible
for periodically copying files from a few folders on the local machine for
nightly backup purposes. Just wondering what the recommended way to proceed.
Should I write this as a windows service or as some other application type?
It will need no UI and will need to be executed only once per night at a
specific time (e.g., 2:00 AM). I suppose that the Windows Scheduler would be
the way to kick it off.
Any suggestions?
Thanks!
for periodically copying files from a few folders on the local machine for
nightly backup purposes. Just wondering what the recommended way to proceed.
Should I write this as a windows service or as some other application type?
It will need no UI and will need to be executed only once per night at a
specific time (e.g., 2:00 AM). I suppose that the Windows Scheduler would be
the way to kick it off.
Any suggestions?
Thanks!