BackupPC
From Stadm
Jump to navigationJump to search
Windows
- We have made some scripts to make the install go a little quicker and painless
- First we have a .bat file(runs through windows command prompt) to add a user for backuppc to use
- I have included and annotated the code to help understand what the script does, the actual script echos warnings and informs you of what it is doing along the way
net user /add root :#This adds a user named root net localgroup administrators root /add net share sharename=C:\ /grant:root,full