File tree 1 file changed +9
-3
lines changed
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -41,13 +41,13 @@ You can watch a demonstration of the tool [in this playlist](https://www.youtube
41
41
- - Automatic remount of directories and zpools using previously existing configurations
42
42
- - Please find more informations below
43
43
44
- ## USAGE
44
+ ## Usage and arguments:
45
45
### Get and execute:
46
46
``` shell
47
47
wget -qO proxmox_toolbox.sh https://raw.githubusercontent.com/Tontonjo/proxmox_toolbox/main/proxmox_toolbox.sh && bash proxmox_toolbox.sh
48
48
```
49
49
50
- ### Updating host & remove subscription
50
+ ### Updating host & remove subscription message
51
51
The script will update your host and detect if the no-enterprise source is configured, if so, remove the subscription message.
52
52
- If you still encounter it after, clear your broswer cache.
53
53
- If you update your host directly within the system, the no subscribtion message may reappear when the file gets updated.
@@ -61,7 +61,13 @@ Once the tool has been used to update host, you can execute this command to full
61
61
``` shell
62
62
proxmox-update
63
63
```
64
- ### Fail2ban:
64
+
65
+ ### Backup configuration
66
+ To start a configuration backup only:
67
+ ``` shell
68
+ bash proxmox_toolbox.sh -b
69
+ ```
70
+ ## Fail2ban:
65
71
If you enable fail2ban, i guess you know what you're doing, if you dont: here's some usefull informations and commands:
66
72
- ban are for 1 hour
67
73
- ssh and web interface logins are monitored
You can’t perform that action at this time.
0 commit comments