We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfaa9a7 commit ea92db7Copy full SHA for ea92db7
bin/ghe-backup
@@ -284,15 +284,13 @@ if [ "$GHE_BACKUP_FSCK" = "yes" ]; then
284
fi
285
286
# If everything was successful, mark the snapshot as complete, update the
287
-# current symlink to point to the new snapshot and prune expired and failed
288
-# snapshots.
+# current symlink to point to the new snapshot
+# Expired and failed snapshots to be pruned separately
289
if [ -z "$failures" ]; then
290
rm "incomplete"
291
292
rm -f "../current"
293
ln -s "$GHE_SNAPSHOT_TIMESTAMP" "../current"
294
-
295
- ghe-prune-snapshots
296
297
298
END_TIME=$(date +%s)
0 commit comments