BackupPC

From Stadm
Revision as of 15:55, 3 December 2014 by Stadm1 (talk | contribs) (Created page with "=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 bac...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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