HomeSort by relevance Sort by last modified time
    Searched refs:backup (Results 1 - 25 of 35) sorted by null

1 2

  /onnv/onnv-gate/usr/src/pkgdefs/SUNWbtool/
Makefile 32 LICENSEFILES += ../../cmd/backup/dump/THIRDPARTYLICENSE
  /onnv/onnv-gate/usr/src/cmd/tbl/
te.c 75 char backup[BACKMAX]; variable
76 char *backp = backup;
84 if (backp >= backup+BACKMAX)
85 error(gettext("too much backup"));
92 if (backp>backup)
  /onnv/onnv-gate/usr/src/cmd/svr4pkg/pkginstall/
backup.c 40 backup(char *path, int mode) function
Makefile 29 OBJS= backup.o \
pkginstall.h 59 extern void backup __P((char *path, int mode));
  /onnv/onnv-gate/usr/src/cmd/fmli/sys/
actrec.c 81 newrec->backup = newrec;
87 newrec->backup = ap;
158 new_cur = AR_cur->backup;
176 if (ap->backup == rec)
178 ap->backup = rec->backup;
181 if ((ap = ap->backup) == AR_cur)
313 ap = AR_cur->backup;
336 * backup is a circularly linked list
340 rec->backup = rec
    [all...]
  /onnv/onnv-gate/usr/src/cmd/backup/
Makefile 28 # cmd/backup/Makefile
31 include Makefile.backup
  /onnv/onnv-gate/usr/src/cmd/fmli/inc/
actrec.h 59 struct actrec *backup; member in struct:actrec
  /onnv/onnv-gate/usr/src/cmd/svc/configd/
restore_repository.sh 90 this script to restore backup copies of the smf(5) repository.
176 The time of backup is given in YYYYMMDD_HHMMSS format.
178 Please enter either a specific backup repository from the above list to
183 boot restore the most recent post-boot backup
184 manifest_import restore the most recent manifest_import backup
346 echo "The backup repository has been successfully restored."
  /onnv/onnv-gate/usr/src/tools/onbld/Scm/
Backup.py 22 Workspace backup
24 Backup format is:
54 Newest backup generation.
56 All files in a given backup generation, with the exception of
96 "which the backup was taken.\n" % (msg, n))
100 '''Backup of committed changes'''
102 def __init__(self, backup, ws):
104 self.bu = backup
117 def backup(self): member in class:CdmCommittedBackup
118 '''Backup committed changes''
226 def backup(self): member in class:CdmUncommittedBackup
412 def backup(self): member in class:CdmMetadataBackup
673 def backup(self): member in class:CdmBackup
    [all...]
  /onnv/onnv-gate/usr/src/lib/libcmd/common/
cp.c 93 "[b:backup?Make backups of files that are about to be replaced. See"
96 "[S:backup-suffix|suffix?A backup file is made by renaming the file to the"
97 " same name with the backup suffix appended. The backup suffix is"
100 "[V:backup-type|version-control?The backup type is determined in this order:"
103 " [+numbered|t?Always make numbered backups. The numbered backup"
138 #define BAK_replace 0 /* no backup -- just replace */
146 int backup; /* BAK_* type * member in struct:State_s
    [all...]
  /onnv/onnv-gate/usr/src/cmd/backup/lib/
Makefile 30 # Has to be before include of Makefile.backup
37 # Include library definitions, then backup definitions, as in general
41 include ../Makefile.backup
  /onnv/onnv-gate/usr/src/cmd/fmli/proc/
open.c 90 a.backup = (struct actrec *)NULL;
  /onnv/onnv-gate/usr/src/cmd/rpcsvc/nis/rpc.nisd/
nis_log_svc.c 535 char backup[1024]; local
560 strcpy(backup, nis_data(BACKUP_LOG));
562 fd = open(backup, O_WRONLY+O_SYNC+O_CREAT+O_TRUNC, 0600);
565 "checkpoint_log: Unable to checkpoint, can't open backup log (%s).",
566 backup);
573 * Make a backup of the log in two steps, write the size of the log
582 unlink(backup);
589 "checkpoint_log: Backup log %s created.", backup);
595 * b) Successfully backup to BACKU
    [all...]
  /onnv/onnv-gate/usr/src/cmd/backup/restore/
Makefile 5 # cmd/backup/restore/Makefile
11 # CAUTION: FSTYPE must be defined before including ../Makefile.backup,
23 include ../Makefile.backup
  /onnv/onnv-gate/usr/src/cmd/svc/milestone/
manifest-import 374 backup=`echo "$#/$#" | sed 's/.//g'`
397 echo "$backup\c" > /dev/msglog
463 backup=`echo "$#/$#" | sed 's/.//g'`
486 echo "$backup\c" > /dev/msglog
  /onnv/onnv-gate/usr/src/cmd/rpcsvc/nis/utils/
nisrestore.cc 89 * This restoration utility assumes the backup was performed by the nisbackup
93 * - the backup directory is organized on a per-directory basis.
95 * (the backup utility _simulates_ a checkpoint)
144 fprintf(stderr, "usage: nisrestore [-fv] backup-dir directory...\n");
145 fprintf(stderr, " nisrestore [-fv] -a backup-dir\n");
146 fprintf(stderr, " nisrestore -t backup-dir\n");
227 * This routine checks the data file names in the backup with their relative
228 * name on this server. If the master server that generated this backup lived
262 * If localized name of directory exist in backup dir, no renaming.
548 char backup[1024] local
    [all...]
  /onnv/onnv-gate/usr/src/tools/onbld/hgext/
cdm.py 56 from onbld.Scm.Backup import CdmBackup
782 if yes_no(ui, 'Do you want to backup files first?', True):
783 bk.backup()
972 '''Create a backup directory name based on the specified path.
987 # has a backup name of:
1001 '''make backup copies of all workspace changes
1003 Backups will be stored in ~/cdm.backup/<basename of workspace>.'''
1013 ui.status('backup is up-to-date\n')
1015 bk.backup()
1021 def cdm_restore(ui, repo, backup, **opts)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mailx/
list.c 696 register char *cp, *cp2, *backup; local
713 backup = cp2;
718 cp2 = ++backup;
  /onnv/onnv-gate/usr/src/cmd/fmli/wish/
getstring.c 126 p.rec = rec->backup;
  /onnv/onnv-gate/usr/src/cmd/backup/dump/
Makefile 5 # cmd/backup/dump/Makefile
28 # CAUTION: FSTYPE must be defined before including ../Makefile.backup,
34 include ../Makefile.backup
  /onnv/onnv-gate/usr/src/cmd/
Makefile 69 backup \
527 backup \
  /onnv/onnv-gate/usr/src/lib/libexacct/common/
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) {
    [all...]
  /onnv/onnv-gate/usr/src/cmd/iscsi/iscsitgtd/
mgmt_scf.c 72 static void backup(char *file, char *ext);
1107 backup(path, tnode->x_value);
1402 backup(char *file, char *ext) function
    [all...]
  /onnv/onnv-gate/usr/src/tools/scripts/
wx.sh 726 -f: force unedit, non-interactive. Will backup
727 if wx files newer than last backup.
747 keyword problems. Will backup if wx files
748 newer than last backup.
770 -f: force uncreate, non-interactive. Will backup
771 if wx files newer than last backup.
795 $ME backup. If [file ...] given, wx only
843 files from the workspace. Will backup
844 if wx files newer than last backup.
865 do a wx restore from the last backup and cop
    [all...]

Completed in 10859 milliseconds

1 2