Skip to content

Commit

Permalink
fix bash boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
gdha committed Oct 22, 2024
1 parent 8b28570 commit 103a9e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/basics/backup_netfs.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ This configuration will create a bootable ISO image and store the backup on an N

1. Create or edit the local.conf file:

``bash
```bash
# /etc/rear/local.conf
OUTPUT=ISO
BACKUP=NETFS
BACKUP_OPTIONS="nfsvers=3,nolock"
BACKUP_URL=nfs://<NFS_SERVER_IP>/path/to/backup
``
```
2. Explanation:

* `OUTPUT=ISO`: Specifies that the output should be a bootable ISO image.
Expand All @@ -24,8 +24,8 @@ BACKUP_URL=nfs://<NFS_SERVER_IP>/path/to/backup

To create the backup, run the following command:

``bash
```bash
rear -v mkbackup
``
```

This command will create the backup and store it on the specified NFS share.

0 comments on commit 103a9e4

Please sign in to comment.