Anis Liyana wrote: > Hello, > Would appreciate any help regarding my problem. > > Problem: > I am currently on a project for back up server with python script. > The project is actually arise from problem whereby when I need to back > up my server (Windows Server 2003), I usually use Robocopy but, when I > copy the folders from server 1 to server 2, it doesn't copy the user > and group access as well. Thus, I need to manually configure the users > and groups permission for each of the folders.
Are you not aware that robocopy has a /sec flag that tells it to copy the ACLs? In fact, for doing backups, you probably want the /copyall option, which also copies the owner and auditing information. -- Tim Roberts, t...@probo.com Providenza & Boekelheide, Inc.
_______________________________________________ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32