Searched refs:backup (Results 1 - 25 of 26) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dbackup.c40 backup(char *path, int mode) function
H A DMakefile29 OBJS= backup.o \
H A Dpkginstall.h58 extern void backup __P((char *path, int mode));
H A Dinstvol.c1117 backup(*dstp, 1);
1122 backup(ept->path, 0);
/opensolaris-onvv-gate/usr/src/cmd/tbl/
H A Dte.c75 char backup[BACKMAX]; variable
76 char *backp = backup;
84 if (backp >= backup+BACKMAX)
85 error(gettext("too much backup"));
92 if (backp>backup)
/opensolaris-onvv-gate/usr/src/cmd/backup/
H A DMakefile28 # cmd/backup/Makefile
31 include Makefile.backup
/opensolaris-onvv-gate/usr/src/tools/onbld/Scm/
H A DBackup.py22 Workspace backup
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))
102 def __init__(self, backup, ws):
104 self.bu = backup
117 def backup(self): member in class:CdmCommittedBackup
147 '''Restore committed changes from backup'''
169 '''Compare backup of committed changes to workspace'''
180 raise util.Abort("couldn't open backup nod
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...]
H A DWorkSpace.py759 repair.strip(self.ui, self.repo, base.node(), backup=False)
/opensolaris-onvv-gate/usr/src/cmd/svc/configd/
H A Drestore_repository.sh90 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."
/opensolaris-onvv-gate/usr/src/lib/libcmd/common/
H A Dcp.c93 "[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 member in struct:State_s
[all...]
/opensolaris-onvv-gate/usr/src/cmd/backup/lib/
H A DMakefile30 # Has to be before include of Makefile.backup
37 # Include library definitions, then backup definitions, as in general
41 include ../Makefile.backup
/opensolaris-onvv-gate/usr/src/cmd/backup/restore/
H A DMakefile5 # cmd/backup/restore/Makefile
11 # CAUTION: FSTYPE must be defined before including ../Makefile.backup,
23 include ../Makefile.backup
/opensolaris-onvv-gate/usr/src/tools/onbld/hgext/
H A Dcdm.py768 recommit will prompt you to take a backup if your workspace has
769 been changed since the last backup was taken. In almost all
842 if yes_no(ui, 'Do you want to backup files first?', True):
843 bk.backup()
1032 '''Create a backup directory name based on the specified path.
1047 # has a backup name of:
1061 '''make backup copies of all workspace changes
1063 Backups will be stored in ~/cdm.backup/<basename of workspace>.'''
1073 ui.status('backup is up-to-date\n')
1075 bk.backup()
[all...]
/opensolaris-onvv-gate/usr/src/cmd/mailx/
H A Dlist.c696 register char *cp, *cp2, *backup; local
713 backup = cp2;
718 cp2 = ++backup;
/opensolaris-onvv-gate/usr/src/cmd/backup/dump/
H A DMakefile5 # cmd/backup/dump/Makefile
28 # CAUTION: FSTYPE must be defined before including ../Makefile.backup,
34 include ../Makefile.backup
/opensolaris-onvv-gate/usr/src/cmd/
H A DMakefile67 backup \
532 backup \
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/lib/MakeMaker/Test/
H A DUtils.pm140 Returns the name MakeMaker will use for a backup of the current
/opensolaris-onvv-gate/usr/src/cmd/svc/milestone/
H A Dmanifest-import399 backup=`echo "$#/$#" | sed 's/.//g'`
422 echo "$backup\c" > /dev/msglog
/opensolaris-onvv-gate/usr/src/lib/libexacct/common/
H A Dexacct_ops.c323 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) {
/opensolaris-onvv-gate/usr/src/pkg/manifests/
H A Ddeveloper-object-file.mf108 license usr/src/cmd/backup/dump/THIRDPARTYLICENSE \
109 license=usr/src/cmd/backup/dump/THIRDPARTYLICENSE
/opensolaris-onvv-gate/usr/src/tools/scripts/
H A Dwx.sh726 -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 an
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sendmail/src/
H A Dparseaddr.c1132 goto backup;
1139 goto backup;
1151 goto backup;
1175 goto backup;
1226 goto backup;
1237 goto backup;
1246 backup:
/opensolaris-onvv-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c5125 char backup[PATH_MAX]; local
5134 * Look at the backup
5136 (void) snprintf(backup, sizeof (backup), "%s%s",
5139 bfp = fopen(backup, "r");
5143 bam_error(OPEN_FAIL, backup, strerror(error));
5145 BAM_DPRINTF((D_OPEN_FAIL, fcn, backup, strerror(error)));
6557 char backup[PATH_MAX]; local
6566 (void) snprintf(backup, sizeof (backup), "
[all...]
/opensolaris-onvv-gate/usr/src/lib/libbsm/
H A Daudit_event.txt467 6249:AUE_ndmp_backup:ndmp backup:na
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/Peek/
H A DPeek.pm552 responsible. Keep a handy copy of your backup tape at hand.

Completed in 230 milliseconds

12