Searched defs:backup_path (Results 1 - 2 of 2) sorted by relevance
/dovecot/src/lib-index/ |
H A D | mail-index-write.c | 18 const char *backup_path, *tmp_backup_path; local 31 backup_path = t_strconcat(index->filepath, ".backup", NULL); 32 tmp_backup_path = t_strconcat(backup_path, ".tmp", NULL); 52 if (rename(tmp_backup_path, backup_path) < 0) { 54 tmp_backup_path, backup_path);
|
/dovecot/src/lib-storage/index/ |
H A D | index-rebuild.c | 200 const char *index_dir, *backup_path; local 216 backup_path = t_strconcat(box->index_prefix, ".backup", NULL); 218 index_dir, backup_path);
|
Completed in 10 milliseconds