You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -20,6 +20,10 @@ This plugin is easy to install and configure, and it offers a complete backup so
20
20
21
21
WARNING: Automatic restoration of backups is not yet possible. It must be done manually by replacing the files on the hosting and restoring the database(DB).
22
22
23
+
**New in version 1.0.7:**
24
+
- Comprehensive logging system accessible via HejBit Decentralised Backup > Logs submenu to monitor all backup operations
25
+
- Test NextCloud Connection button to verify your setup before running backups
26
+
23
27
== Required Third-Party Services ==
24
28
25
29
* Nextcloud: A cloud storage platform.
@@ -98,6 +102,47 @@ Advanced options:
98
102
- Set the number of backups to keep (up to 10)
99
103
- Enable automatic update blocking: the core, plugins and themes being tagged to be updated automatically, will only be updated after a scheduled backup in order to prevent it from being polluted by a faulty plugin. Manual updates are still possible.
100
104
105
+
= Testing Your Connection =
106
+
107
+
Before running your first backup, fill in all the fields, click **Save Schedule**, and use the **Test NextCloud Connection** button next to the Remote Backup Folder field to verify:
108
+
- Your NextCloud credentials and URL are correct
109
+
- The connection to your NextCloud instance is established
110
+
- Your specified folder is a valid HejBit folder
111
+
112
+
The test will show:
113
+
- ✅ Connection established - if NextCloud connection is successful
114
+
- ✅ Hejbit folder exists - if the folder is properly configured for HejBit
115
+
- ❌ Connection failed: Could not connect to Nextcloud - if the URL or credentials are incorrect
116
+
- ❌ Hejbit folder does NOT exist - if the Remote Backup Folder path is invalid, missing, or a regular folder.
117
+
118
+
= Monitoring Backups =
119
+
120
+
The plugin includes a comprehensive logging system accessible via **HejBit Decentralised Backup > Logs**:
- Clean old logs by specifying retention period (default: 30 days)
136
+
- Refresh button to update log display
137
+
- Pagination for easy navigation through historical logs
138
+
139
+
This feature helps you:
140
+
- Monitor backup progress in real-time
141
+
- Quickly identify and troubleshoot any backup failures
142
+
- Maintain a history of all backup operations
143
+
- Ensure your backups are completing successfully
144
+
145
+
101
146
= Process Duration =
102
147
103
148
Several steps are required, and each step depends on the maximum memory allocated by your hosting. As a result, the process may take a long time (e.g., a few hours for a 10GB site with 64MB of memory).
0 commit comments