Searched defs:backup (Results 1 - 1 of 1) sorted by relevance

/systemd/src/sysusers/
H A Dsysusers.c193 char *backup, *temp; local
200 if (errno == ENOENT) /* No backup necessary... */
220 backup = strjoina(x, "-");
224 log_warning_errno(errno, "Failed to change mode on %s: %m", backup);
227 log_warning_errno(errno, "Failed to change ownership of %s: %m", backup);
232 log_warning_errno(errno, "Failed to fix access and modification time of %s: %m", backup);
234 if (rename(temp, backup) < 0)
695 /* Make a backup of the old files */

Completed in 14 milliseconds