2
I'm helping a friend to setup a back drive on his W7 machine. I installed a new hard drive internally to serve as a backup.
I then wrote a simple script.bat
that lives in his home folder, to be executed as a task.
From memory, I don't have the machine in front of me:
robocopy /S C:\Documents M:\Backup
The task is a running as administrator. This didn't work until I set a password on the admin account. The task is run every logon.
The backup copy works correctly and I can see new and newly modified Word files in M:\Backup
via cmd
. I cannot however see them in Explorer. I can see the drive, M:
, but no folders or files. **
I suspected permissions. I thus took ownership of the whole drive and changed permissions to allow everything ( not what I really want in the end, just read would be best ).
Still can see via cmd
but not in Explorer. For my friend that is not helpful.
I do not have the machine in front of me now so It's difficult to recall all details. I'll try to take screen shots when I can of how I'm running the task. He is very low income and has a dail-up connection (!) and internet is painful to use to anything but ASCII email.
I'm not a windows guy either so I could be doing something stoopid. If you ask for clarification or more details in the comments I'll update asap.
**correction:
I can see the the root folder M:\Backups
but not the contents of Backups
2Perhaps try mounting A: as something else. Windows/old tools behave strangely with drives A: and B:. – RJFalconer – 2016-01-19T16:56:03.797
Switched to letter M but no love. – wbg – 2016-01-19T20:22:58.420
I can see the the root folder M:\Backups
Is that a typo - you have it asBackup
(with nos
) elsewhere. Also, have you tried running Explorer as-admin? – dxiv – 2016-01-20T03:40:02.057Yes a typo. I'm using admin acct but didn't do any other explicit as admin action with Explorer. – wbg – 2016-01-20T03:42:42.433