github.com/mckael/restic@v0.8.3/changelog/0.7.3_2017-09-20/issue-1246 (about)

     1  Bugfix: List all files stored in Google Cloud Storage
     2  
     3  For large backups stored in Google Cloud Storage, the `prune` command fails
     4  because listing only returns the first 1000 files. This has been corrected, no
     5  data is lost in the process. In addition, a plausibility check was added to
     6  `prune`.
     7  
     8  https://github.com/restic/restic/issues/1246
     9  https://github.com/restic/restic/pull/1247