User Tools

Site Tools


backuppc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
backuppc [2018/12/17 21:55] – [Install BackupPC requirements] adminbackuppc [2018/12/17 22:15] – [Install BackupPC requirements] admin
Line 24: Line 24:
 cpan install File::Listing CGI::Fast cpan install File::Listing CGI::Fast
 </code> </code>
 +
 +===== Add User =====
 +
 +<code>
 +/usr/local/bin/useradd -m -d /volume2/backuppc_data backuppc
 +</code>
 +
 +===== Change home dir =====
 +
 +Find backuppc user and adjust the path according -d param in command above.
 +Make sure you set this to the NAS disk not the rootfs
 +<code>
 +vi /etc/passwd
 +</code>
 +
backuppc.txt · Last modified: 2018/12/19 10:09 by admin