HashBackup set up: Difference between revisions

From Notes to self
Jump to navigation Jump to search
Created page with "* Create the user/group <code>hb</code> (329 is the [https://slackbuilds.org/uid_gid.txt UID/GID] of "oracle-xe" removed from [https://slackbuilds.org SBo]) <pre> groupadd -g..."
 
No edit summary
Line 4: Line 4:
useradd -u 329 -g 329 -s /sbin/nologin -M hb
useradd -u 329 -g 329 -s /sbin/nologin -M hb
</pre>
</pre>
* Download <code>hb</code> from https://www.hashbackup.com/hashbackup/download.html


[[Category: Linux]]
[[Category: Linux]]

Revision as of 11:46, 20 November 2022

  • Create the user/group hb (329 is the UID/GID of "oracle-xe" removed from SBo)
groupadd -g 329 hb
useradd -u 329 -g 329 -s /sbin/nologin -M hb