backup
backup copied to clipboard
Backup now. Restore later.
Hi there, I have noticed the app has never uploaded anything to external storage since being installed. Up to version 1.0.4, the app would create folders, but no file would...
Hello! So I tried to backup my main instance on a vm (for testing purposes), and therefor ran the command: ``` docker exec -it --user 33 nextcloud ./occ backup:setup:import --key...
Nextcloud version: 23.0.3 Backup App version: 1.0.6 Operating system and version: Debian 4.19.235-1 nginx version: 1.21.6 PHP version: 8.0.17 After configuring the app and exporting configuration and key, I initiated...
Hi, I created a minimal docker-compose setup in https://github.com/robeatoz/nextcloud-backup-minimal-showcase to test the [Nextcloud Backup App](https://apps.nextcloud.com/apps/backup). Unfortunately, it doesn't work. Here are the steps how to reproduce the problem: Start the...
My server config was not good enough to accomodate the backup of a 100GB Nextcloud. But even restarting the server, some backup files keep popping up. I would love to...
Hi, I am using Nextcloud 23 with Backup App and Postgresql in different docker containers. So the Nextcloud Backup app has no access to the container Postgresql and can't run...
Based on previous implementation of @ArtificialOwl. Fixes #176
Fixes #177, fixes #163 It uses same retention policy as already implemented ("keep newest x restoring points"), but additionally it preserves all dependent parent items from deletion.
Replacement for Pull #151 and addresses Issue #176
This pull request implement a functional purge process that doesn't orphan incremental without a parent full. This is to address the issues #177 and #163. In order not to change...