User Tools

Site Tools


packet:bpq_transfer

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
packet:bpq_transfer [2024/01/12 21:41] 2m0iigpacket:bpq_transfer [2024/01/13 10:57] (current) gm5aug
Line 15: Line 15:
   * WP.sys   * WP.sys
  
-After completing this you'll need to change users and groups on all files copied to linbpq/linbpq: +After completing this you'll need to change users and groups on all files copied to the new folder:
- +
-[cmds here] +
- +
-Then the mail folder...+
  
 <code> <code>
-cd Mail +sudo chown -R linbpq:linbpq ./linbpq
-sudo chown linbpq +
-sudo chgrp linbpq *+
 </code> </code>
 +
 +(Where //chown// is the command to change ownership, //-R// instructs the command to act recursively (applied to everything within the folder), //linbpq:linbpq// sets the user as //linbpq// and the group as //linbpq//, and the //./linbpq// applies the command to the folder)
  
 As well as this you'll also have to copy over /etc/bpq32.cfg as well, as you'd expect. As well as this you'll also have to copy over /etc/bpq32.cfg as well, as you'd expect.
Line 31: Line 27:
 After doing all this you can restart the linbpq.service on the new system and that should be the whole process complete. All of your configs for chat, BBS, and the node itself will be restored, as well as any BBS messages and the white pages database. After doing all this you can restart the linbpq.service on the new system and that should be the whole process complete. All of your configs for chat, BBS, and the node itself will be restored, as well as any BBS messages and the white pages database.
  
-**Mark 2M0IIG**+**Mark 2M0IIG**\\ 
 +**Additions - Michael GM5AUG**
  
packet/bpq_transfer.1705095704.txt.gz · Last modified: 2024/01/12 21:41 by 2m0iig