Searched defs:backup (Results 1 - 6 of 6) sorted by relevance
| /osnet-11/usr/src/grub/grub2/include/grub/ |
| H A D | gpt_partition.h | 51 grub_uint64_t backup; member in struct:grub_gpt_header
|
| /osnet-11/usr/src/tools/onbld/Scm/ |
| H A D | Backup.py | 22 Workspace backup 54 Newest backup generation. 56 All files in a given backup generation, with the exception of 102 "which the backup was taken.\n" % (msg, n)) 108 def __init__(self, backup, ws): 110 self.bu = backup 123 def backup(self): member in class:CdmCommittedBackup 153 '''Restore committed changes from backup''' 175 '''Compare backup of committed changes to workspace''' 186 raise util.Abort("couldn't open backup nod 232 def backup(self): member in class:CdmUncommittedBackup 433 def backup(self): member in class:CdmMetadataBackup 694 def backup(self): member in class:CdmBackup [all...] |
| /osnet-11/usr/src/lib/libcmd/common/ |
| H A D | cp.c | 101 "[B:backup?Make backups of files that are about to be replaced. " 102 "\b--suffix\b sets the backup suffix. The backup type is determined in " 106 "[+numbered|t?Always make numbered backups. The numbered backup " 115 "[S:suffix?A backup file is made by renaming the file to the same name " 116 "with the backup suffix appended. The backup suffix is determined in " 119 "[b?\b--backup\b using the type in the \bVERSION_CONTROL\b environment " 152 #define BAK_replace 0 /* no backup -- just replace */ 160 int backup; /* BAK member in struct:State_s [all...] |
| /osnet-11/usr/src/lib/libexacct/common/ |
| H A D | exacct_ops.c | 323 off_t backup; local 356 backup = sizeof (ea_catalog_t); 378 backup += sizeof (ea_size_t); 407 if (fseeko(f->ef_fp, -backup, SEEK_CUR) == -1) {
|
| /osnet-11/usr/src/lib/libnetcfg/common/ |
| H A D | libnetcfg_files.c | 1447 netcfg_set_backup_filename(const char *dbname, char *backup) argument 1449 (void) snprintf(backup, MAXPATHLEN, "%s.%s", dbname, 1454 * Destroy backup of db file identifid by idlist. 1460 char backup[MAXPATHLEN]; local 1465 netcfg_set_backup_filename(dbname, backup); 1467 return (netcfg_destroy_db_file_common(backup, idlist)); 1472 * Restore db file identified by idlist from backup. 1478 char backup[MAXPATHLEN]; local 1487 netcfg_set_backup_filename(dbname, backup); 1492 err = netcfg_zrename(backup, dbnam 1511 char backup[MAXPATHLEN]; local [all...] |
| /osnet-11/usr/src/lib/libzonecfg/common/ |
| H A D | libzonecfg.c | 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; local 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) { [all...] |
Completed in 73 milliseconds