proxmox:pbs:backup-server
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| proxmox:pbs:backup-server [2026/08/16 16:42] – [iSCSI] gsys | proxmox:pbs:backup-server [2026/08/24 14:45] (current) – [iSCSI] gsys | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| nano / | nano / | ||
| </ | </ | ||
| - | set startup to automatic in ''/ | ||
| + | set startup to automatic in ''/ | ||
| < | < | ||
| # To request that the iscsi service scripts startup a session, use " | # To request that the iscsi service scripts startup a session, use " | ||
| Line 20: | Line 20: | ||
| iscsiadm --mode node --targetname iqn.2004-04.com.qnap: | iscsiadm --mode node --targetname iqn.2004-04.com.qnap: | ||
| iscsiadm --mode session -P 3 | iscsiadm --mode session -P 3 | ||
| - | gdisk /dev/sdb | + | fdisk -l |
| + | gdisk /dev/sdb1 | ||
| + | fdisk -l | ||
| mkfs.ext4 /dev/sdb1 | mkfs.ext4 /dev/sdb1 | ||
| mkdir /mnt/backup | mkdir /mnt/backup | ||
| Line 32: | Line 34: | ||
| </ | </ | ||
| + | load new fstab | ||
| + | < | ||
| + | systemctl daemon-reload | ||
| + | </ | ||
| + | |||
| + | create datastore on pbs | ||
| + | < | ||
| + | proxmox-backup-manager datastore create remote-iscsi /mnt/backup | ||
| + | </ | ||
| ==== CHAP ==== | ==== CHAP ==== | ||
| + | configure chap settings in ''/ | ||
| + | < | ||
| + | # ************* | ||
| + | # CHAP Settings | ||
| + | # ************* | ||
| + | |||
| + | # To enable CHAP authentication set node.session.auth.authmethod | ||
| + | # to CHAP. The default is None. | ||
| + | # | ||
| + | # NOTE: currently this attribute is checked for validity but then | ||
| + | # ignored, so even if it is set to None, CHAP will be used if the | ||
| + | # credentials (username/ | ||
| + | # are set. This behavior is deprecated, and in the future CHAP will | ||
| + | # not be used if authmethod is set to None. | ||
| + | # | ||
| + | node.session.auth.authmethod = CHAP | ||
| + | |||
| + | # To configure which CHAP algorithms to enable, set | ||
| + | # node.session.auth.chap_algs to a comma separated list. | ||
| + | # The algorithms should be listed in order of decreasing | ||
| + | # preference - in particular, with the most preferred algorithm first. | ||
| + | # Valid values are MD5, SHA1, SHA256, and SHA3-256. | ||
| + | # The default is MD5. | ||
| + | # | ||
| + | |||
| + | # To set a CHAP username and password for initiator | ||
| + | # authentication by the target(s), uncomment the following lines: | ||
| + | node.session.auth.username = initiator-iscsi | ||
| + | node.session.auth.password = <12-16 alphanumeric> | ||
| + | |||
| + | # To set a CHAP username and password for target(s) | ||
| + | # authentication by the initiator, uncomment the following lines: | ||
| + | node.session.auth.username_in = target-iscsi | ||
| + | node.session.auth.password_in = <12-16 alphanumeric> | ||
| + | </ | ||
| - | ---- | + | ==== Commands ==== |
| < | < | ||
proxmox/pbs/backup-server.1786891364.txt.gz · Last modified: by gsys