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
Copy file name to clipboardExpand all lines: paperless-ngx/DOCS.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ ssl: false
71
71
certfile: fullchain.pem
72
72
keyfile: privkey.pem
73
73
backup_enabled: false
74
-
backup_path: /share/paperless/exports
74
+
backup_path: /data/exports
75
75
backup_cron: "0 3 * * *"
76
76
backup_keep_count: 3
77
77
```
@@ -162,11 +162,11 @@ Enables or disables automatic backups of your Paperless data. Set to `true` to e
162
162
163
163
### Option: `backup_path`
164
164
165
-
Specifies the directory where backup files will be stored. The default path is `/share/paperless/exports`.
165
+
Specifies the directory where backup files will be stored. The default path is `/data/exports`.
166
166
167
167
### Option: `backup_cron`
168
168
169
-
Defines the cron schedule for automatic backups. The default value `"0 3 * * *"` runs backups daily at 3:00 AM. Use standard cron syntax to customize the backup schedule.
169
+
Defines the cron schedule for automatic backups. The default value `"0 2 * * *"` runs backups daily at 3:00 AM. Use standard cron syntax to customize the backup schedule.
0 commit comments