- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 47 for pickup (0.04 seconds)
-
docs/integrations/veeam/README.md
### Create a backup job #### Backup Virtual Machines with Veeam Backup and Replication
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Tue Aug 12 18:20:36 GMT 2025 - 5.5K bytes - Click Count (0) -
cmd/veeam-sos-api.go
// Currently, there are three capabilities supported: // - Capacity Reporting // - Backup data locality for upload sessions (Veeam Smart Entity) // - Handover of IAM & STS Endpoints instead of manual definition in Veeam Backup & Replication. This allows Veeam // Agents to directly backup to object storage. // // An object storage system can implement one, multiple, or all functions. //
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Thu Aug 15 00:34:56 GMT 2024 - 8.8K bytes - Click Count (0) -
src/main/webapp/WEB-INF/env/crawler/resources/log4j2.xml
<Property name="backup.date.suffix" value="_%d{yyyyMMdd}" /> <Property name="backup.max.history" value="10" /> <Property name="stats.log.pattern" value="%msg%n" /> </Properties> <Appenders> <RollingFile name="AppRollingFile" fileName="${log.file.basedir}/${domain.name}.log" filePattern="${log.file.basedir}/${domain.name}${backup.date.suffix}-%i.log.gz">
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Mon Feb 20 13:05:30 GMT 2023 - 2.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/backup/UploadForm.java
*/ package org.codelibs.fess.app.web.admin.backup; import org.lastaflute.web.ruts.multipart.MultipartFormFile; import org.lastaflute.web.validation.Required; /** * Form class for backup file upload. * This form handles file uploads for backup and restore operations. */ public class UploadForm { /** * The backup file to be uploaded. */ @RequiredCreated: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 1.1K bytes - Click Count (1) -
src/main/java/org/codelibs/fess/app/web/api/admin/backup/ApiAdminBackupAction.java
} /** * Downloads a specific backup file by ID. * Supports various backup formats including system properties, bulk data, and NDJSON logs. * * @param id the backup file ID to download * @return stream response containing the backup file data */ // GET /api/admin/backup/file/{id} @Execute public StreamResponse get$file(final String id) {Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 6.6K bytes - Click Count (0) -
cmd/benchmark-utils_test.go
} // randomly picks a character and returns its equivalent byte array. func getRandomByte() []byte { const letterBytes = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" // seeding the random number generator. rand.Seed(UTCNow().UnixNano()) // pick a character randomly. return []byte{letterBytes[rand.Intn(len(letterBytes))]} } // picks a random byte and repeats it to size bytes.
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 8.1K bytes - Click Count (0) -
src/main/webapp/js/admin/admin.js
locale: { format: "YYYY-MM-DD HH:mm" } }) .on("apply.daterangepicker", function(ev, picker) { $(this).val( picker.startDate.format("YYYY-MM-DD HH:mm") + " - " + picker.endDate.format("YYYY-MM-DD HH:mm") ); }); // Time picker $("input.form-control.time").timepicker({ showInputs: false }); // tooltips $(function() {Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Mon Aug 06 20:44:47 GMT 2018 - 3.1K bytes - Click Count (0) -
src/main/resources/log4j2.xml
<Property name="log.file.basedir" value="${sys:fess.log.path:-target/logs}" /> <Property name="backup.date.suffix" value="_%d{yyyyMMdd}" /> <Property name="backup.max.history" value="10" /> <Property name="backup.max.age" value="90" /> <Property name="backup.audit.max.age" value="360" /> <Property name="backup.searchlog.max.age" value="90" /> <Property name="audit.log.pattern" value="%msg%n" />
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Mon Feb 20 13:17:33 GMT 2023 - 3.7K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/math/QuantilesAlgorithm.java
* will be constant across algorithms). * * @author Pete Gillin * @since 20.0 */ @NullUnmarked enum QuantilesAlgorithm { /** * Sorts the dataset, and picks values from it. When computing multiple quantiles, we sort once * and pick multiple values. */ SORTING { @Override double singleQuantile(int index, int scale, double[] dataset) { Arrays.sort(dataset);Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Dec 19 18:03:30 GMT 2024 - 7.1K bytes - Click Count (0) -
src/main/webapp/WEB-INF/env/suggest/resources/log4j2.xml
<Property name="log.file.basedir" value="${sys:fess.log.path:-target/logs}" /> <Property name="backup.date.suffix" value="_%d{yyyyMMdd}" /> <Property name="backup.max.history" value="10" /> </Properties> <Appenders> <RollingFile name="AppFile" fileName="${log.file.basedir}/${domain.name}.log" filePattern="${log.file.basedir}/${domain.name}${backup.date.suffix}-%i.log.gz">
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Mon Feb 20 13:05:30 GMT 2023 - 1.3K bytes - Click Count (0)