about summary refs log tree commit diff
path: root/app/services/backup_service.rb
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2019-07-15 01:04:31 +0200
committerGitHub <noreply@github.com>2019-07-15 01:04:31 +0200
commit5ccd011cc3bafc00a557dabbb47da004f3d4a381 (patch)
treec64218e9cdd13570181b0a1b9c86289aa4b22254 /app/services/backup_service.rb
parent1b074d2a50a331cdd03296170f04a75eec97a519 (diff)
parent3ad8c9ea61759c8ac12744f2b7b263711403b41c (diff)
Merge pull request #1161 from ThibG/glitch-soc/cherry-pick-upstream
Cherry pick changes from upstream
Diffstat (limited to 'app/services/backup_service.rb')
-rw-r--r--app/services/backup_service.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/services/backup_service.rb b/app/services/backup_service.rb
index bd9e77223..cc9fb1f4e 100644
--- a/app/services/backup_service.rb
+++ b/app/services/backup_service.rb
@@ -164,5 +164,7 @@ class BackupService < BaseService
         io.write(buffer)
       end
     end
+  rescue Errno::ENOENT
+    Rails.logger.warn "Could not backup file #{filename}: file not found"
   end
 end