Lines Matching defs:backup
1629 * first, saving a backup copy using a hard link; if that succeeds, we go
1642 * Make backup of foo.xml -> .backup
1647 * If it fails, recover from .backup -> foo.xml
1663 boolean_t backup;
1694 * original file in .backup.<pid>.filename so we can restore it if
1698 backup = B_TRUE;
1702 (void) snprintf(bakfile, sizeof (bakfile), "%s/.backup.%d.%s",
1721 if (backup)
1736 if (backup) {
1738 * Try to restore from our backup.
1753 if (backup)