Lines Matching defs:s
228 NDMP_LOG(LOG_DEBUG, "nlp->nlp_restored[%d]: %s", i,
244 NDMP_LOG(LOG_DEBUG, "ent.name: \"%s\"", ent->name);
445 NDMP_LOG(LOG_ERR, "Could not find file %s.", name);
452 "Could not read ACL for file [%s]", name);
492 NDMP_LOG(LOG_ERR, "Could not find directory %s.", dir);
510 NDMP_LOG(LOG_ERR, "Cannot find root directory %s.",
521 "Could not read metadata for directory [%s]", dir);
549 NDMP_LOG(LOG_DEBUG, "\"%s\"", dir);
554 "Could not read directory info for %s", dir);
561 NDMP_LOG(LOG_DEBUG, "[%s] dir skipped", dir);
589 NDMP_LOG(LOG_DEBUG, "\"%s/%s\"", dir, name);
602 NDMP_LOG(LOG_ERR, "Could not open file %s/%s.", dir, name);
609 "[%s/%s] has no selection criteria", dir, name);
612 NDMP_LOG(LOG_DEBUG, "[%s/%s] file skipped", dir, name);
620 "Warning: skip backing up [%s][%s]", dir, name);
661 NDMP_LOG(LOG_DEBUG, "nr_chkpnted %d nr_ldate: %u bk_path: \"%s\"",
681 NDMP_LOG(LOG_DEBUG, "%s excluded", bk_path);
700 NDMP_LOG(LOG_ERR, "Path %s not found.", first_name);
767 "dir_name: %s", p_dir_info->fd_dir_name);
777 "Filesystem readdir in [%s]",
788 NDMP_LOG(LOG_DEBUG, "dname: \"%s\"", dname);
807 NDMP_LOG(LOG_DEBUG, "Skipping %s/%s",
827 "While backing up [%s][%s]",
921 NDMP_LOG(LOG_DEBUG, "bk_path: \"%s\"", nlp->nlp_backup_path);
1217 NDMP_LOG(LOG_DEBUG, "Backing up \"%s\" started.",
1223 NDMP_LOG(LOG_DEBUG, "Launch ndmp_backup_reader: %s",
1234 "Runtime [%s] %llu bytes (%llu): %d seconds",
1240 "Runtime [%s] %llu bytes (%llu): %d seconds",
1249 NDMP_LOG(LOG_DEBUG, "Backing up \"%s\" finished. (%d)",
1253 NDMP_LOG(LOG_DEBUG, "Backing up \"%s\" aborted.",
1309 NDMP_LOG(LOG_DEBUG, "Restoring to \"%s\" started.", rspath);
1310 NDMP_LOG(LOG_DEBUG, "Restoring from %s tape(s).",
1377 NDMP_LOG(LOG_DEBUG, "Restoring to \"%s\" finished. (%d)",
1384 NDMP_LOG(LOG_DEBUG, "Restoring to \"%s\" aborted.",
1505 /* Append the backup path to all the "ent[].name"s. */
1510 "Old: ent[%d].name: \"%s\"", i, ent->name);
1512 "Old: ent[%d].dest: \"%s\"", i, ent->dest);
1536 "New: ent[%d].name: \"%s\"", i, ent->name);
1558 NDMP_LOG(LOG_DEBUG, "rspath: \"%s\"", rspath);
1568 "ent[%d].name: \"%s\"", i, ent->name);
1600 MOD_LOG(params, "Error: stat(%s): %s.\n", bkpath, msg);
1603 MOD_LOG(params, "Error: %s is not a directory.\n", bkpath);
1607 MOD_LOG(params, "Error: %s is not a checkpointed path.\n",
1664 NDMP_LOG(LOG_DEBUG, "env(HIST): \"%s\"", cp);
1679 NDMP_LOG(LOG_DEBUG, "Invalid backup level '%s'", cp);
1689 MOD_LOG(params, "Error: getting dumpdate for %s level %d\n",
1695 "Date of this level %d on \"%s\": %s",
1698 "Date of last level %d on \"%s\": %s",
1708 NDMP_LOG(LOG_DEBUG, "env(UPDATE): \"%s\"", cp);
1729 MOD_LOG(params, "Date of this level %d on \"%s\": %s\n",
1731 MOD_LOG(params, "Date of last level %d on \"%s\": %s\n",
1734 MOD_LOG(params, "Backing up: \"%s\".\n", nlp->nlp_backup_path);
1738 MOD_LOG(params, "Update: %s\n",
1755 same_path(char *s, char *t)
1761 slen = strlen(s);
1763 if (slen == tlen && strcmp(s, t) == 0) {
1767 if (strncmp(s, t, slen) == 0 && t[tlen - 1] == '/')
1770 if (strncmp(s, t, tlen) == 0 && s[slen - 1] == '/')
1821 "Error: Can't restore to a read-only volume: \"%s\"\n",
1827 "Error: Can't restore to a checkpoint: \"%s\"\n", rspath);
1849 MOD_LOG(params, "Restoring to: \"%s\".\n", nlp->nlp_restore_path);
1884 "Error: creating checkpoint on %s\n",
1924 "Error: updating the dumpdates file on %s\n",