export const BACKUP_STATE = { LOADING: 0, IN_PROGRESS: 1, NO_BACKUPS: 2, NO_BACKUPS_RETRY: 3, NO_GOOD_BACKUPS: 4, COMPLETE: 5, };