- Sort Score
- Result 10 results
- Languages All
Results 21 - 30 of 273 for backup (0.03 sec)
-
src/main/resources/fess_message_it.properties
errors.crud_failed_to_delete_crud_table=Impossibile eliminare i dati. ({0}) errors.crud_could_not_find_crud_table = Dati {0} non trovati. errors.could_not_find_backup_index=Impossibile trovare l'indice di backup. errors.no_user_for_changing_password=La password attuale non รจ corretta. errors.failed_to_change_password=Impossibile cambiare la password. errors.unknown_version_for_upgrade=Informazioni sulla versione sconosciute.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 12.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
String INDEX_BACKUP_TARGETS = "index.backup.targets"; /** The key of the configuration. e.g. click_log.ndjson,favorite_log.ndjson,search_log.ndjson,user_info.ndjson */ String INDEX_BACKUP_LOG_TARGETS = "index.backup.log.targets"; /** The key of the configuration. e.g. 60000 */ String INDEX_BACKUP_LOG_LOAD_TIMEOUT = "index.backup.log.load.timeout";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 525.6K bytes - Viewed (1) -
src/main/resources/fess_message.properties
errors.crud_failed_to_delete_crud_table=Failed to delete the data. ({0}) errors.crud_could_not_find_crud_table = The data {0} is not found. errors.could_not_find_backup_index=Could not find any backup index. errors.no_user_for_changing_password=The current password is not correct. errors.failed_to_change_password=Failed to change your password. errors.unknown_version_for_upgrade=Unknown version for upgrade.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 11.6K bytes - Viewed (0) -
src/main/resources/fess_message_en.properties
errors.crud_failed_to_delete_crud_table=Failed to delete the data. ({0}) errors.crud_could_not_find_crud_table = The data {0} is not found. errors.could_not_find_backup_index=Could not find any backup index. errors.no_user_for_changing_password=The current password is not correct. errors.failed_to_change_password=Failed to change your password. errors.unknown_version_for_upgrade=Unknown version for upgrade.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 11.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/AdminAction.java
*/ package org.codelibs.fess.app.web.admin; import org.codelibs.fess.annotation.Secured; import org.codelibs.fess.app.web.admin.accesstoken.AdminAccesstokenAction; import org.codelibs.fess.app.web.admin.backup.AdminBackupAction; import org.codelibs.fess.app.web.admin.badword.AdminBadwordAction; import org.codelibs.fess.app.web.admin.boostdoc.AdminBoostdocAction; import org.codelibs.fess.app.web.admin.crawlinginfo.AdminCrawlinginfoAction;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 19K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/cache/DiskLruCache.kt
if (initialized) { return // Already initialized. } // If a bkp file exists, use it instead. if (fileSystem.exists(journalFileBackup)) { // If journal file also exists just delete backup file. if (fileSystem.exists(journalFile)) { fileSystem.delete(journalFileBackup) } else { fileSystem.atomicMove(journalFileBackup, journalFile) } }
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed May 28 23:28:25 UTC 2025 - 34.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
/** The key of the message: Dictionary */ public static final String LABELS_menu_dict = "{labels.menu_dict}"; /** The key of the message: Backup/Restore */ public static final String LABELS_menu_data = "{labels.menu_data}"; /** The key of the message: Crawler */ public static final String LABELS_menu_crawl = "{labels.menu_crawl}";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 146.4K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.6.md
irreversible.** To rollback, you must restore from a backup made before the protobuf/etcd3 switch, and any changes since the backup will be lost. As 1.5 does not support protobuf encoding, if you roll back to 1.5 after upgrading to protobuf you will be forced to restore from backup, and you will lose any changes since you converted to protobuf. After conversion to protobuf, you should
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 304K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java
/** The key of the message: The data {0} is not found. */ public static final String ERRORS_crud_could_not_find_crud_table = "{errors.crud_could_not_find_crud_table}"; /** The key of the message: Could not find any backup index. */ public static final String ERRORS_could_not_find_backup_index = "{errors.could_not_find_backup_index}"; /** The key of the message: The current password is not correct. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 119.6K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.9.md
- [Client Binaries](#client-binaries-11) - [Server Binaries](#server-binaries-11) - [Node Binaries](#node-binaries-11) - [1.9 Release Notes](#19-release-notes) - [WARNING: etcd backup strongly recommended](#warning-etcd-backup-strongly-recommended) - [Introduction to 1.9.0](#introduction-to-190) - [Major themes](#major-themes) - [API Machinery](#api-machinery) - [Apps](#apps) - [Auth](#auth)
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Tue Nov 16 10:46:27 UTC 2021 - 313.7K bytes - Viewed (0)