Lines Matching defs:backup
1164 * first, saving a backup copy using a hard link; if that succeeds, we go
1177 * Make backup of foo.xml -> .backup
1182 * If it fails, recover from .backup -> foo.xml
1198 boolean_t backup;
1229 * original file in .backup.<pid>.filename so we can restore it if
1233 backup = B_TRUE;
1237 (void) snprintf(bakfile, sizeof (bakfile), "%s/.backup.%d.%s",
1256 if (backup)
1271 if (backup) {
1273 * Try to restore from our backup.
1288 if (backup)