Skip to content

Status of task schedule  #18

Description

@kevindd992002

I use shadowspawn as a scheduled task to backup some files from my C drive. It works properly in Windows 7 but when I migrated to Windows 8.1, it's giving me an (0x8001) error code in Task Scheduler. The log file of the robocopy process itself goes through just fine though, so my files are being copied properly but I'm not sure what that error code say. The weird thing is that this only happens sometimes and not consistent. When I try to manually run the task, sometimes it gives me a successful status.

The task just runs a batch file saved in c:\windows\system32 and the batch file includes these:

shadowspawn C:\Users\KevinMychal\AppData\Roaming\Mozilla\Firefox\Profiles\rrzrruax.default\sessionstore-backups Q: robocopy Q:\

D:\Backup\sessionstore-backups /R:5 /W:15 /COPYALL /PURGE /V /log:C:\robocopy_log.txt
shadowspawn C:\Users\KevinMychal\AppData\Roaming\Mozilla\Firefox\Profiles\rrzrruax.default\bookmarkbackups Q: robocopy Q:\ D:

\Backup\bookmarkbackups /R:5 /W:15 /COPYALL /PURGE /V /log+:C:\robocopy_log.txt
shadowspawn C:\Users\KevinMychal\Desktop Q: robocopy Q:\ D:\Backup\Desktop /R:5 /W:15 /DCOPY:DAT /COPYALL /MIR /V /log+:C:\robocopy_log.txt

What can I do to troubleshoot this further?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions