backup icon indicating copy to clipboard operation
backup copied to clipboard

Restoring point not complete

Open Cheesman97 opened this issue 3 years ago • 2 comments

Hi

What can I do when a restoring point is "not complete" on the external storage?

The output of :details says:

Data: apps-apps-56437402
Type: 1
Absolute Path: /var/www/html/apps/
+---------------------------------------------------------+-----------+-------+-----------------------+----------------------------------+-------------+----------+
| Chunk Id                                                | Size      | Count | Part Id               | Checksum                         | Algorithm   |          |
+---------------------------------------------------------+-----------+-------+-----------------------+----------------------------------+-------------+----------+
| apps-apps-56437402-5acf26bb-022b-4d2c-b9ee-b59eb5f5723a | 245.79 MB | 10237 | 00001-C5AsAtxsfprinMN | d69c6b2a37655cf3f6adba320f558029 | aes-256-cbc | checksum |
+---------------------------------------------------------+-----------+-------+-----------------------+----------------------------------+-------------+----------+

Data: apps-custom_apps-256b7c54
Type: 1
Absolute Path: /var/www/html/custom_apps/
+----------------------------------------------------------------+-----------+-------+-----------------------+----------------------------------+-------------+---------+
| Chunk Id                                                       | Size      | Count | Part Id               | Checksum                         | Algorithm   |         |
+----------------------------------------------------------------+-----------+-------+-----------------------+----------------------------------+-------------+---------+
| apps-custom_apps-256b7c54-08387988-e2bd-47f7-af9b-7ad880470caf | 255.69 MB | 8739  | 00001-IBpvl2pyyLrN6os | c31026ed7366f0232158bd3a49fd119f | aes-256-cbc | missing |
+----------------------------------------------------------------+-----------+-------+-----------------------+----------------------------------+-------------+---------+

Data: internal
Type: internal
Absolute Path: /
+-------------+--------+-------+-------------+----------------------------------+-----------+---------+
| Chunk Id    | Size   | Count | Part Id     | Checksum                         | Algorithm |         |
+-------------+--------+-------+-------------+----------------------------------+-----------+---------+
| app.zip     | 0.00 B | 0     | app.zip     | 7d2b0a4c918c6a4bf136e01bd68d6a67 |           | missing |
| restore.php | 0.00 B | 0     | restore.php | 923980dab732add2807e8e1e9dd5701c |           | missing |
+-------------+--------+-------+-------------+----------------------------------+-----------+---------+

Data: sqldump
Type: 1001
Absolute Path: /
+----------------------------------------------+----------+-------+-----------------------+----------------------------------+-------------+---------+
| Chunk Id                                     | Size     | Count | Part Id               | Checksum                         | Algorithm   |         |
+----------------------------------------------+----------+-------+-----------------------+----------------------------------+-------------+---------+
| sqldump-32581215-b4d9-436d-86d6-79059e0d82bd | 77.49 MB | 1     | 00001-KdGfilh9OHplmY9 | dcbe5819be7d1bef88ad01b4b58957eb | aes-256-cbc | missing |
+----------------------------------------------+----------+-------+-----------------------+----------------------------------+-------------+---------+

Status of the restoring point  at 10:nextcloud_backup: not complete

This is the case on nearly all restoring points made until now.

Cheesman97 avatar Dec 29 '21 16:12 Cheesman97

Hello,

have you tried to manually run the upload process again?

occ backup:point:upload -v --external <EXTERNAL> <POINT>

Cheers

mastermns avatar Jan 01 '22 17:01 mastermns

Hi This does not work:

luca@dockerhost-external:~$ docker exec -u www-data -it nextcloud-web php /var/www/html/occ backup:point:upload  20220114203005-full-CTQbIzKNZkVxGbd

In PointRequestBuilder.php line 114:

  [OCA\Backup\Exceptions\RestoringPointNotFoundException]


backup:point:upload [--remote REMOTE] [--external EXTERNAL] [--generate-log] [--] <point>

It seams that the local copy was removed

Cheesman97 avatar Jan 22 '22 14:01 Cheesman97