The Basics
- Nextcloud Server version (e.g., 29.x.x):
- 30.0.10
- Operating system and version (e.g., Ubuntu 24.04):
- Windows 11 with WSL2
- Reverse proxy and version _(e.g. nginx 1.27.2)
- caddy 2.10.0
- Is this the first time you’ve seen this error? (Yes / No):
- Yes
- When did this problem seem to first start?
- Fresh installation
- Installation method (e.g. AlO, NCP, Bare Metal/Archive, etc.)
- AIO via docker compose
- Are you using CloudfIare, mod_security, or similar? (Yes / No)
- Yes
Summary of the issue you are facing:
My goal is a setup with 2 external HDDs for Nextcloud. HDD1 D:/ for Data and HDD2 E:/ for Backup. I am able to run Nextcloud on the HDD1.
But even though backups (and integrity checks on the backups) are performed successfully, they don’t end up on HDD2.
As I am able to run my nextcloud on /mnt/d/NC_Data and can access /mnt/e/BackupNC from WSL, I was hoping that this can work.
Thanks in advance for the help!
Steps to replicate it (hint: details matter!):
-
Mounted volumes in my docker-compose:
– /mnt/e/BackupNC:/mnt/backup
– /mnt/d/NC_Data:/mnt/d/NC_Data -
Run Nextcloud-AIO
-
Run Backup to /mnt/backup
What I already have found out:
I found the backups here: /var/lib/docker/volumes/nextcloud_aio_mastercontainer/_data/data/backup_archives.list 20250521_154058-nextcloud-aio,2025-05-21 15:41:02 20250521_183831-nextcloud-aio,2025-05-21 18:38:32
the borgbackup mounts looked good to me when checking:
{ "Type": "bind", "Source": "/mnt/backup", "Destination": "/mnt/borgbackup", "Mode": "rw", "RW": true, "Propagation": "rprivate" }
I also checked if borgbackup could actually see /mnt/e/BackupNC or things within:
$ mkdir -p /mnt/e/BackupNC/borg $ touch /mnt/e/BackupNC/borg/HOST_CAN_SEE_THIS.txt $ docker run --rm -it \ -v /mnt/e/BackupNC:/mnt/backup \ --entrypoint /bin/sh \ ghcr.io/nextcloud-releases/aio-borgbackup:latest / # ls /mnt/borgbackup/borg ls: /mnt/borgbackup/borg: No such file or directory / # ls /mnt/backup/borg HOST_CAN_SEE_THIS.txt
Log entries BACKUP1:
2025-05-21T15:40:57.220009860Z /mnt/borgbackup/borg is not a valid repository. Check repo config.
2025-05-21T15:40:57.237279138Z Initializing repository...
2025-05-21T15:40:57.475885086Z using builtin fallback logging configuration
2025-05-21T15:40:57.579110186Z 33 self tests completed in 0.10 seconds
2025-05-21T15:40:57.586024404Z Initializing repository at "/mnt/borgbackup/borg"
2025-05-21T15:40:57.629545981Z Key in "<Repository /mnt/borgbackup/borg>" created.
2025-05-21T15:40:57.629576567Z Keep this key safe. Your data will be inaccessible without it.
2025-05-21T15:40:57.640111449Z check_free_space: few segments, not requiring a full free segment
2025-05-21T15:40:57.640124452Z check_free_space: calculated working space for compact as 0 bytes
2025-05-21T15:40:57.640274677Z check_free_space: required bytes 169138, free bytes 1012512321536
2025-05-21T15:40:57.675259103Z security: previous location file /root/.config/borg/security/abc6abdbb23f8c1d4a169366d9006ccd56b26b22e296ade9e816dadb9ab1d55e/location not found
2025-05-21T15:40:57.675276434Z security: manifest timestamp file /root/.config/borg/security/abc6abdbb23f8c1d4a169366d9006ccd56b26b22e296ade9e816dadb9ab1d55e/manifest-timestamp not found
2025-05-21T15:40:57.675281330Z security: determined newest manifest timestamp as
2025-05-21T15:40:57.675440184Z security: remembering previously unknown repository
2025-05-21T15:40:57.675451726Z security: saving state for abc6abdbb23f8c1d4a169366d9006ccd56b26b22e296ade9e816dadb9ab1d55e to /root/.config/borg/security/abc6abdbb23f8c1d4a169366d9006ccd56b26b22e296ade9e816dadb9ab1d55e
2025-05-21T15:40:57.675459427Z security: current location /mnt/borgbackup/borg
2025-05-21T15:40:57.675463530Z security: key type 5
2025-05-21T15:40:57.675467173Z security: manifest timestamp 2025-05-21T15:40:57.629382
2025-05-21T15:40:57.687475309Z security: repository checks ok, allowing access
2025-05-21T15:40:57.688406893Z Synchronizing chunks cache...
2025-05-21T15:40:57.688523761Z Archives: 0, w/ cached Idx: 0, w/ outdated Idx: 0, w/o cached Idx: 0.
2025-05-21T15:40:57.689022572Z Verified integrity of /mnt/borgbackup/borg/index.1
2025-05-21T15:40:57.689033582Z Done.
2025-05-21T15:40:57.689038541Z security: saving state for abc6abdbb23f8c1d4a169366d9006ccd56b26b22e296ade9e816dadb9ab1d55e to /root/.config/borg/security/abc6abdbb23f8c1d4a169366d9006ccd56b26b22e296ade9e816dadb9ab1d55e
2025-05-21T15:40:57.689071039Z security: current location /mnt/borgbackup/borg
2025-05-21T15:40:57.689167567Z security: key type 5
2025-05-21T15:40:57.689178955Z security: manifest timestamp 2025-05-21T15:40:57.629382
2025-05-21T15:40:57.706938218Z
2025-05-21T15:40:57.706952654Z IMPORTANT: you will need both KEY AND PASSPHRASE to access this repo!
2025-05-21T15:40:57.706957442Z
2025-05-21T15:40:57.706961121Z Key storage location depends on the mode:
2025-05-21T15:40:57.706964728Z - repokey modes: key is stored in the repository directory.
2025-05-21T15:40:57.706978930Z - keyfile modes: key is stored in the home directory of this user.
2025-05-21T15:40:57.706982888Z
2025-05-21T15:40:57.706986441Z For any mode, you should:
2025-05-21T15:40:57.706989985Z 1. Export the borg key and store the result at a safe place:
2025-05-21T15:40:57.706993547Z borg key export REPOSITORY encrypted-key-backup
2025-05-21T15:40:57.706997153Z borg key export --paper REPOSITORY encrypted-key-backup.txt
2025-05-21T15:40:57.707000715Z borg key export --qr-html REPOSITORY encrypted-key-backup.html
2025-05-21T15:40:57.707004286Z 2. Write down the borg key passphrase and store it at safe place.
2025-05-21T15:40:57.707007893Z
2025-05-21T15:40:58.810876136Z Repository successfully initialized.
2025-05-21T15:40:58.810897065Z Performing backup...
2025-05-21T15:40:58.817287091Z Starting the backup...
2025-05-21T15:40:59.178370752Z Creating archive at "/mnt/borgbackup/borg::20250521_154058-nextcloud-aio"
2025-05-21T15:41:30.498598906Z 0 B O 0 B C 0 B D 0 N nextcloud_aio_volumes
zing cache transaction: Reading config
zing cache transaction: Reading chunks
zing cache transaction: Reading files
B O 194.21 kB C 194.21 kB D 294 N nextcloud_aio_vo.../ConnectParticipant
O 483.31 kB C 483.31 kB D 605 N nextcloud_aio_vol...TEventsException.php
O 616.79 kB C 616.79 kB D 885 N nextcloud_aio_vol...ptoParamsTraitV2.php
O 982.91 kB C 982.91 kB D 1171 N nextcloud_aio_vo...07-25/api-2.json.php
O 1.66 MB C 1.66 MB D 1451 N nextcloud_aio_volu...-11-12/api-2.json.php
O 2.55 MB C 2.55 MB D 1715 N nextcloud_aio_volu...-11-15/api-2.json.php
O 3.32 MB C 3.32 MB D 1980 N nextcloud_aio_volu...-08-29/api-2.json.php
O 4.05 MB C 4.05 MB D 2252 N nextcloud_aio_volu...paginators-1.json.php
O 4.78 MB C 4.78 MB D 2528 N nextcloud_aio_volu...paginators-1.json.php
O 5.32 MB C 5.32 MB D 2856 N nextcloud_aio_volu...IndexDoesNotExist.php
O 5.68 MB C 5.68 MB D 3266 N nextcloud_aio_volu...NumberMetadata_RW.php
O 6.05 MB C 6.04 MB D 3672 N nextcloud_aio_volu...eamDecoratorTrait.php
O 6.59 MB C 6.59 MB D 3998 N nextcloud_aio_volu...c/PEAR/ErrorStack.php
O 7.44 MB C 7.44 MB D 4314 N nextcloud_aio_volu...rementSystemNames.php
O 9.35 MB C 9.06 MB D 4603 N nextcloud_aio_volu...a/nb/subdivisions.php
O 11.24 MB C 10.80 MB D 4896 N nextcloud_aio_vol...nic/src/Currency.php
O 11.90 MB C 11.46 MB D 5263 N nextcloud_aio_vol...HPUnitAssertions.php
O 12.31 MB C 11.87 MB D 5638 N nextcloud_aio_vol...ntifierExtension.php
O 12.79 MB C 12.34 MB D 6022 N nextcloud_aio_vol...dSchemeException.php
O 13.31 MB C 12.86 MB D 6389 N nextcloud_aio_vol...lProviderFactory.php
O 14.19 MB C 13.69 MB D 6756 N nextcloud_aio_vol...y-BM-wYAek.chunk.mjs
O 16.28 MB C 15.77 MB D 7059 N nextcloud_aio_vol...ty/package-lock.json
O 19.03 MB C 18.51 MB D 7308 N nextcloud_aio_vol...adminSettings.js.map
O 20.99 MB C 20.46 MB D 7597 N nextcloud_aio_vol...te20240221124152.php
B O 24.81 MB C 24.24 MB D 7705 N nextcloud_aio_vo...ings/l10n/en_GB.json
B O 25.67 MB C 25.03 MB D 8095 N nextcloud_aio_vo...rclesMemberships.php
B O 26.13 MB C 25.47 MB D 8529 N nextcloud_aio_vo...ation_api/l10n/el.js
B O 26.41 MB C 25.71 MB D 8943 N nextcloud_aio_vo...ndJob/CleanupJob.php
B O 27.36 MB C 26.60 MB D 9319 N nextcloud_aio_vo...lter/ParamFilter.php
B O 27.93 MB C 27.11 MB D 9723 N nextcloud_aio_vo...tion/l10n/es_UY.json
B O 28.62 MB C 27.74 MB D 10138 N nextcloud_aio_vo...deration/l10n/ia.js
B O 29.88 MB C 28.95 MB D 10499 N nextcloud_aio_vo.../files/l10n/sv.json
B O 31.23 MB C 30.21 MB D 10809 N nextcloud_aio_vo.../NativeFileInfo.php
B O 32.00 MB C 30.93 MB D 11194 N nextcloud_aio_vo.../Settings/Admin.php
B O 35.79 MB C 34.67 MB D 11398 N nextcloud_aio_vo...ges/altText_add.svg
B O 38.69 MB C 37.57 MB D 11599 N nextcloud_aio_vo...fviewer-main.js.map
B O 42.14 MB C 41.01 MB D 11718 N nextcloud_aio_vo...inders/l10n/ar.json
B O 43.34 MB C 42.18 MB D 12061 N nextcloud_aio_vo...SidebarListener.php
B O 43.76 MB C 42.57 MB D 12469 N nextcloud_aio_vo...rsions/l10n/kn.json
B O 48.19 MB C 46.93 MB D 12731 N nextcloud_aio_vo...wizard/l10n/id.json
B O 50.22 MB C 48.93 MB D 13015 N nextcloud_aio_vo...greader/lib/Command
B O 51.56 MB C 50.17 MB D 13376 N nextcloud_aio_vo...xCvQa.chunk.mjs.map
B O 53.46 MB C 52.03 MB D 13671 N nextcloud_aio_vo...poser/composer.lock
B O 56.50 MB C 55.07 MB D 13873 N nextcloud_aio_vo...cy/lists/list-7.php
B O 59.58 MB C 58.04 MB D 14086 N nextcloud_aio_vo...otos/img/photos.svg
B O 64.95 MB C 63.40 MB D 14093 N nextcloud_aio_vo.../photos-main.js.map
B O 70.07 MB C 68.30 MB D 14124 N nextcloud_aio_vo...otos-sidebar.js.map
B O 72.55 MB C 70.75 MB D 14363 N nextcloud_aio_vo.../l10n/sr@latin.json
B O 76.41 MB C 74.58 MB D 14514 N nextcloud_aio_vo...CaGLN3Vi_mjs.js.map
B O 79.01 MB C 77.11 MB D 14781 N nextcloud_aio_vo...mmendations-main.js
B O 82.11 MB C 80.16 MB D 14960 N nextcloud_aio_vo...esources/l10n/cs.js
B O 82.72 MB C 80.71 MB D 15368 N nextcloud_aio_vo...rinfo/l10n/pt_BR.js
B O 85.79 MB C 83.74 MB D 15607 N nextcloud_aio_vo...ngs/l10n/pt_BR.json
B O 87.06 MB C 84.96 MB D 15942 N nextcloud_aio_vo...ail/l10n/zh_TW.json
B O 88.07 MB C 85.87 MB D 16301 N nextcloud_aio_vo...in/img/app-dark.svg
B O 89.70 MB C 87.50 MB D 16578 N nextcloud_aio_vo...allel/docs/index.md
B O 90.08 MB C 87.87 MB D 16937 N nextcloud_aio_vo...s/BallTreeBench.php
B O 90.55 MB C 88.34 MB D 17311 N nextcloud_aio_vo...sBinaryChildren.php
B O 90.88 MB C 88.67 MB D 17672 N nextcloud_aio_vo...s/WildGuessTest.php
B O 91.30 MB C 89.09 MB D 18018 N nextcloud_aio_vo...r/tensor/matrix.zep
B O 92.35 MB C 90.00 MB D 18386 N nextcloud_aio_vo...-BVpmSrje.chunk.css
B O 97.79 MB C 95.36 MB D 18500 N nextcloud_aio_vo...LosZJ.chunk.mjs.map
B O 98.56 MB C 96.10 MB D 18885 N nextcloud_aio_vo...0P2oX.chunk.mjs.map
B O 101.28 MB C 98.81 MB D 19122 N nextcloud_aio_v...T1bFZ.chunk.mjs.map
B O 102.92 MB C 100.42 MB D 19450 N nextcloud_aio_v...BYOpgJit.chunk.mjs
B O 104.12 MB C 101.60 MB D 19807 N nextcloud_aio_v...BD5V.chunk.mjs.map
B O 107.65 MB C 105.11 MB D 20142 N nextcloud_aio_v...w-zealand-fern.jpg
B O 123.29 MB C 120.73 MB D 20290 N nextcloud_aio_v...eming/l10n/sk.json
B O 124.53 MB C 121.90 MB D 20618 N nextcloud_aio_v...tion/l10n/es_PY.js
B O 126.25 MB C 123.60 MB D 20884 N nextcloud_aio_v..._totp/l10n/ko.json
B O 127.49 MB C 124.64 MB D 21223 N nextcloud_aio_v..._ldap/l10n/nb.json
B O 128.25 MB C 125.38 MB D 21559 N nextcloud_aio_v...lgtGSyky.chunk.css
B O 131.51 MB C 128.64 MB D 21724 N nextcloud_aio_v...iewer/l10n/pl.json
B O 132.21 MB C 129.27 MB D 22139 N nextcloud_aio_v...ne/l10n/pt_BR.json
B O 133.22 MB C 130.28 MB D 22537 N nextcloud_aio_v...ages/2-updates.png
B O 143.70 MB C 140.76 MB D 22707 N nextcloud_aio_v...parameters.rst.txt
B O 147.46 MB C 144.52 MB D 22969 N nextcloud_aio_v.../issues/index.html
B O 157.22 MB C 154.28 MB D 23178 N nextcloud_aio_v...ttings_devices.png
B O 167.20 MB C 161.34 MB D 23351 N nextcloud_aio_v.../NotoSans-Bold.ttf
B O 171.16 MB C 165.29 MB D 23579 N nextcloud_aio_v...re/img/favicon.png
B O 182.89 MB C 177.03 MB D 23757 N nextcloud_aio_v.../Gotong royong.odp
B O 205.06 MB C 199.20 MB D 23782 N nextcloud_aio_v...extcloud intro.mp4
B O 209.29 MB C 203.42 MB D 23909 N nextcloud_aio_v.../core-ajax-cron.js
B O 213.82 MB C 207.95 MB D 23930 N nextcloud_aio_v.../dist/core-main.js
B O 218.68 MB C 212.81 MB D 23992 N nextcloud_aio_v...les-sidebar.js.map
B O 222.75 MB C 216.88 MB D 24072 N nextcloud_aio_v...rsonal-info.js.map
B O 225.29 MB C 219.41 MB D 24270 N nextcloud_aio_v.../lib/l10n/ms_MY.js
B O 226.07 MB C 220.18 MB D 24618 N nextcloud_aio_v...cs/EventLogger.php
B O 226.55 MB C 220.67 MB D 24982 N nextcloud_aio_v...mbershipShares.php
B O 227.06 MB C 221.17 MB D 25339 N nextcloud_aio_v...oviderDisabled.php
B O 227.29 MB C 221.41 MB D 25719 N nextcloud_aio_v...oreMessageSent.php
B O 227.53 MB C 221.64 MB D 26079 N nextcloud_aio_v...b/public/IUser.php
B O 234.51 MB C 228.59 MB D 26148 N nextcloud_aio_v...arch64/notify_push
B O 241.31 MB C 235.39 MB D 26149 N nextcloud_aio_v.../armv7/notify_push
B O 246.59 MB C 240.68 MB D 26150 N nextcloud_aio_v...x86_64/notify_push
B O 250.97 MB C 245.04 MB D 26205 N nextcloud_aio_v...tasks-main.mjs.map
B O 253.53 MB C 247.53 MB D 26434 N nextcloud_aio_v...tes-commons.js.map
B O 258.40 MB C 252.25 MB D 26442 N nextcloud_aio_v...notes/l10n/af.json
B O 259.99 MB C 253.80 MB D 26727 N nextcloud_aio_v.../contacts-main.mjs
B O 263.28 MB C 257.07 MB D 26856 N nextcloud_aio_v...tacts/l10n/km.json
B O 266.54 MB C 260.30 MB D 27017 N nextcloud_aio_v...onfirmation.js.map
B O 271.74 MB C 265.50 MB D 27026 N nextcloud_aio_v...ntacts-menu.js.map
B O 276.47 MB C 270.23 MB D 27029 N nextcloud_aio_v...lendar-main.js.map
B O 281.22 MB C 274.98 MB D 27061 N nextcloud_aio_v..._mom-582c96.js.map
B O 284.22 MB C 277.96 MB D 27270 N nextcloud_aio_v...CalendarWidget.php
B O 287.96 MB C 281.66 MB D 27401 N nextcloud_aio_v...s/deck-main.js.map
B O 292.61 MB C 286.21 MB D 27440 N nextcloud_aio_v...925.js.LICENSE.txt
B O 297.43 MB C 290.93 MB D 27464 N nextcloud_aio_v...time_esm_js.js.map
B O 298.45 MB C 291.94 MB D 27826 N nextcloud_aio_v...endor/autoload.php
B O 298.85 MB C 292.29 MB D 28234 N nextcloud_aio_v...ettingsService.php
B O 303.88 MB C 297.27 MB D 28354 N nextcloud_aio_v...ments-admin.js.map
B O 308.72 MB C 302.01 MB D 28375 N nextcloud_aio_v...ities_di-bb06e8.js
B O 312.78 MB C 306.04 MB D 28469 N nextcloud_aio_v...cuments/l10n/fr.js
B O 313.78 MB C 306.99 MB D 28808 N nextcloud_aio_v...ch/l10n/ka_GE.json
B O 314.21 MB C 307.40 MB D 29185 N nextcloud_aio_v...nTypeException.php
O 316.09 MB C 309.28 MB D 29462 N nextcloud_aio_vo...0010000000000000001
O 318.51 MB C 311.70 MB D 29586 N nextcloud_aio_vo...atabase/base/1/3256
O 319.64 MB C 312.35 MB D 30040 N nextcloud_aio_vo...atabase/base/4/2619
O 321.65 MB C 313.03 MB D 30544 N nextcloud_aio_vo...ase/base/16384/2702
O 322.35 MB C 313.74 MB D 30940 N nextcloud_aio_vo...se/base/16384/16871
O 322.42 MB C 313.81 MB D 31495 N nextcloud_aio_vo...se/base/16384/18026
O 324.70 MB C 313.85 MB D 31598 N nextcloud_aio_vo...Nextcloud intro.mp4
O 331.13 MB C 313.85 MB D 31611 N nextcloud_aio_vo.../Photos/Library.jpg
O 343.65 MB C 313.85 MB D 31616 N nextcloud_aio_vo...extcloud Manual.pdf
O 346.04 MB C 313.85 MB D 31626 N nextcloud_aio_vo.../Expense report.ods
O 354.70 MB C 313.85 MB D 31634 N nextcloud_aio_vo...g agenda.whiteboard
O 355.81 MB C 313.85 MB D 31644 N nextcloud_aio_vo...emplates/Letter.odt
O 356.32 MB C 314.30 MB D 31655 N nextcloud_aio_vo.../appstore/apps.json
O 358.03 MB C 314.83 MB D 31661 N nextcloud_aio_vo...Montserrat-wght.ttf
O 359.19 MB C 314.83 MB D 31669 N nextcloud_aio_vo...nts/Caveat-wght.ttf
O 359.30 MB C 314.86 MB D 31682 N nextcloud_aio_vo...s/Lora-wght.ttf.png
O 359.37 MB C 314.93 MB D 31690 N nextcloud_aio_vo...6/2048-2048-max.png
O 359.54 MB C 315.10 MB D 31698 N nextcloud_aio_vo...7/2048-2048-max.png
O 359.71 MB C 315.26 MB D 31707 N nextcloud_aio_vo...4/2048-2048-max.png
O 359.96 MB C 315.52 MB D 31719 N nextcloud_aio_vo...uchIcon-core#00679e
O 360.00 MB C 315.56 MB D 31745 N nextcloud_aio_vo.../_state/segments_2e
iles cache
hunks cache
ache config
----------------------------------------------------------------------
2025-05-21T15:41:30.498690737Z Repository: /mnt/borgbackup/borg
2025-05-21T15:41:30.498694767Z Archive name: 20250521_154058-nextcloud-aio
2025-05-21T15:41:30.498698067Z Archive fingerprint: 0a397d21ed9fd63584f375af05e91581ade12d82c3e58db33221bd363f17aa66
2025-05-21T15:41:30.498701160Z Time (start): Wed, 2025-05-21 15:41:02
2025-05-21T15:41:30.498704226Z Time (end): Wed, 2025-05-21 15:41:30
2025-05-21T15:41:30.498707355Z Duration: 27.94 seconds
2025-05-21T15:41:30.498773712Z Number of files: 31812
2025-05-21T15:41:30.498784947Z Utilization of max. archive size: 0%
2025-05-21T15:41:30.498789321Z ------------------------------------------------------------------------------
2025-05-21T15:41:30.498792765Z Original size Compressed size Deduplicated size
2025-05-21T15:41:30.498795966Z This archive: 1.12 GB 360.36 MB 315.92 MB
2025-05-21T15:41:30.498884307Z All archives: 1.12 GB 360.36 MB 317.56 MB
2025-05-21T15:41:30.498893811Z
2025-05-21T15:41:30.498897868Z Unique chunks Total chunks
2025-05-21T15:41:30.498901151Z Chunk index: 28807 31638
2025-05-21T15:41:30.499024646Z ------------------------------------------------------------------------------
2025-05-21T15:41:30.520491202Z BORG_PRUNE_OPTS are --keep-within=7d --keep-weekly=4 --keep-monthly=6
2025-05-21T15:41:30.520518127Z Pruning the archives...
2025-05-21T15:41:30.906126465Z ------------------------------------------------------------------------------
2025-05-21T15:41:30.906151640Z Original size Compressed size Deduplicated size
2025-05-21T15:41:30.906158151Z Deleted data: 0 B 0 B 0 B
2025-05-21T15:41:30.906161406Z All archives: 1.12 GB 360.36 MB 317.56 MB
2025-05-21T15:41:30.906164499Z
2025-05-21T15:41:30.906167835Z Unique chunks Total chunks
2025-05-21T15:41:30.906171108Z Chunk index: 28807 31638
2025-05-21T15:41:30.906183137Z ------------------------------------------------------------------------------
2025-05-21T15:41:30.924461167Z Compacting the archives...
2025-05-21T15:41:31.303775854Z Backup finished successfully on 21.05.2025 - 15:41:31 (00 hours 00 minutes 33 seconds).
######### BACKUP 2
2025-05-21T18:38:31.293261950Z Performing backup...
2025-05-21T18:38:31.299636436Z Starting the backup...
2025-05-21T18:38:31.725164679Z Creating archive at "/mnt/borgbackup/borg::20250521_183831-nextcloud-aio"
2025-05-21T18:38:39.980531906Z ------------------------------------------------------------------------------
2025-05-21T18:38:39.980562749Z Repository: /mnt/borgbackup/borg
2025-05-21T18:38:39.980566532Z Archive name: 20250521_183831-nextcloud-aio
2025-05-21T18:38:39.980569663Z Archive fingerprint: 6035447482db082e923d5e58754d6679e9bc6cd5b7974494d2a600aca2236b3b
2025-05-21T18:38:39.980572507Z Time (start): Wed, 2025-05-21 18:38:32
2025-05-21T18:38:39.980575203Z Time (end): Wed, 2025-05-21 18:38:39
2025-05-21T18:38:39.980577900Z Duration: 7.33 seconds
2025-05-21T18:38:39.980580635Z Number of files: 31813
2025-05-21T18:38:39.980583460Z Utilization of max. archive size: 0%
2025-05-21T18:38:39.980586265Z ------------------------------------------------------------------------------
2025-05-21T18:38:39.980589050Z Original size Compressed size Deduplicated size
2025-05-21T18:38:39.980591776Z This archive: 1.12 GB 360.36 MB 2.63 kB
2025-05-21T18:38:39.980594512Z All archives: 2.24 GB 720.72 MB 317.63 MB
2025-05-21T18:38:39.980597228Z
2025-05-21T18:38:39.980602857Z Unique chunks Total chunks
2025-05-21T18:38:39.980605731Z Chunk index: 28812 63277
2025-05-21T18:38:39.980677720Z ------------------------------------------------------------------------------
2025-05-21T18:38:40.013061834Z BORG_PRUNE_OPTS are --keep-within=7d --keep-weekly=4 --keep-monthly=6
2025-05-21T18:38:40.013094682Z Pruning the archives...
2025-05-21T18:38:40.458007853Z ------------------------------------------------------------------------------
2025-05-21T18:38:40.458028514Z Original size Compressed size Deduplicated size
2025-05-21T18:38:40.458033452Z Deleted data: 0 B 0 B 0 B
2025-05-21T18:38:40.458037186Z All archives: 2.24 GB 720.72 MB 317.63 MB
2025-05-21T18:38:40.458040692Z
2025-05-21T18:38:40.458044366Z Unique chunks Total chunks
2025-05-21T18:38:40.458047862Z Chunk index: 28812 63277
2025-05-21T18:38:40.458051595Z ------------------------------------------------------------------------------
2025-05-21T18:38:40.478721163Z Compacting the archives...
2025-05-21T18:38:40.909194351Z Backup finished successfully on 21.05.2025 - 18:38:40 (00 hours 00 minutes 09 seconds).
Configuration
Nextcloud
{
"system": {
"one-click-instance": true,
"one-click-instance.user-limit": 100,
"memcache.local": "\\OC\\Memcache\\APCu",
"apps_paths": [
{
"path": "\/var\/www\/html\/apps",
"url": "\/apps",
"writable": false
},
{
"path": "\/var\/www\/html\/custom_apps",
"url": "\/custom_apps",
"writable": true
}
],
"check_data_directory_permissions": false,
"memcache.distributed": "\\OC\\Memcache\\Redis",
"memcache.locking": "\\OC\\Memcache\\Redis",
"redis": {
"host": "***REMOVED SENSITIVE VALUE***",
"password": "***REMOVED SENSITIVE VALUE***",
"port": 6379
},
"overwritehost": "cloud.thesi-domi.com",
"overwriteprotocol": "https",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"localhost",
"cloud.thesi-domi.com"
],
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"dbtype": "pgsql",
"version": "30.0.10.1",
"overwrite.cli.url": "https:\/\/cloud.thesi-domi.com\/",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "",
"dbtableprefix": "oc_",
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"instanceid": "***REMOVED SENSITIVE VALUE***",
"maintenance": false,
"loglevel": 2,
"log_type": "file",
"logfile": "\/var\/www\/html\/data\/nextcloud.log",
"log_rotate_size": 10485760,
"log.condition": {
"apps": [
"admin_audit"
]
},
"preview_max_x": 2048,
"preview_max_y": 2048,
"jpeg_quality": 60,
"enabledPreviewProviders": {
"1": "OC\\Preview\\Image",
"2": "OC\\Preview\\MarkDown",
"3": "OC\\Preview\\MP3",
"4": "OC\\Preview\\TXT",
"5": "OC\\Preview\\OpenDocument",
"6": "OC\\Preview\\Movie",
"7": "OC\\Preview\\Krita",
"0": "OC\\Preview\\Imaginary",
"23": "OC\\Preview\\ImaginaryPDF"
},
"enable_previews": true,
"upgrade.disable-web": true,
"mail_smtpmode": "smtp",
"trashbin_retention_obligation": "auto, 30",
"versions_retention_obligation": "auto, 30",
"activity_expire_days": 30,
"simpleSignUpLink.shown": false,
"share_folder": "\/Shared",
"one-click-instance.link": "https:\/\/nextcloud.com\/all-in-one\/",
"upgrade.cli-upgrade-link": "https:\/\/github.com\/nextcloud\/all-in-one\/discussions\/2726",
"updatedirectory": "\/nc-updater",
"maintenance_window_start": 100,
"allow_local_remote_servers": true,
"davstorage.request_timeout": 3600,
"documentation_url.server_logs": "https:\/\/github.com\/nextcloud\/all-in-one\/discussions\/5425",
"htaccess.RewriteBase": "\/",
"dbpersistent": false,
"auth.bruteforce.protection.enabled": true,
"ratelimit.protection.enabled": true,
"files_external_allow_create_new_local": false,
"trusted_proxies": "***REMOVED SENSITIVE VALUE***",
"preview_imaginary_url": "***REMOVED SENSITIVE VALUE***",
"preview_imaginary_key": "***REMOVED SENSITIVE VALUE***",
"DOMAIN": "cloud.thesi-domi.com"
}
}
Apps
- activity: 3.0.0
- admin_audit: 1.20.0
- bruteforcesettings: 3.0.0
- calendar: 5.2.4
- circles: 30.0.0
- cloud_federation_api: 1.13.0
- comments: 1.20.1
- contacts: 7.1.1
- contactsinteraction: 1.11.0
- dashboard: 7.10.0
- dav: 1.31.1
- deck: 1.14.5
- federatedfilesharing: 1.20.0
- federation: 1.20.0
- files: 2.2.0
- files_downloadlimit: 3.0.0
- files_fulltextsearch: 31.0.0
- files_pdfviewer: 3.0.0
- files_reminders: 1.3.0
- files_sharing: 1.22.0
- files_trashbin: 1.20.1
- files_versions: 1.23.0
- firstrunwizard: 3.0.0
- fulltextsearch: 30.0.1
- fulltextsearch_elasticsearch: 30.0.1
- logreader: 3.0.0
- lookup_server_connector: 1.18.0
- nextcloud-aio: 0.7.0
- nextcloud_announcements: 2.0.0
- notes: 4.12.0
- notifications: 3.0.0
- notify_push: 1.1.0
- oauth2: 1.18.1
- password_policy: 2.0.0
- photos: 3.0.2
- privacy: 2.0.0
- provisioning_api: 1.20.0
- recommendations: 3.0.0
- related_resources: 1.5.0
- richdocuments: 8.5.7
- serverinfo: 2.0.0
- settings: 1.13.0
- sharebymail: 1.20.0
- support: 2.0.0
- survey_client: 2.0.0
- systemtags: 1.20.0
- tasks: 0.16.1
- text: 4.1.0
- theming: 2.6.0
- twofactor_backupcodes: 1.19.0
- twofactor_totp: 12.0.0-dev
- user_status: 1.10.0
- viewer: 3.0.0
- weather_status: 1.10.0
- webhook_listeners: 1.1.0-dev
- workflowengine: 2.12.0
Disabled:
- app_api: 4.0.6 (installed 4.0.6)
- encryption: 2.18.0
- files_external: 1.22.0
- suspicious_login: 8.0.0
- twofactor_nextcloud_notification: 4.0.0
- user_ldap: 1.21.0