Home
last modified time | relevance | path

Searched refs:backupd (Results 1 – 25 of 27) sorted by relevance

12

/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/docsrc/imap/reference/manpages/systemcommands/
H A Dbackupd.rst1 .. cyrusman:: backupd(8)
3 .. _imap-reference-manpages-systemcommands-backupd:
6 **backupd**
27 **backupd** |default-conf-text|
29 **backupd** is generally configured to run on a dedicated backup server,
37 ``configdirectory`` configuration option, then **backupd** will create
40 **backupd** process-id.
45 .. program:: backupd
68 Tell **backupd** that an external layer exists. An *SSF* (security
76 **backupd** is commonly included in the SERVICES section of
[all …]
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/docsrc/imap/reference/manpages/systemcommands/
H A Dbackupd.rst1 .. cyrusman:: backupd(8)
3 .. _imap-reference-manpages-systemcommands-backupd:
6 **backupd**
27 **backupd** |default-conf-text|
29 **backupd** is generally configured to run on a dedicated backup server,
37 ``configdirectory`` configuration option, then **backupd** will create
40 **backupd** process-id.
45 .. program:: backupd
68 Tell **backupd** that an external layer exists. An *SSF* (security
76 **backupd** is commonly included in the SERVICES section of
[all …]
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/docsrc/imap/reference/manpages/systemcommands/
H A Dbackupd.rst1 .. cyrusman:: backupd(8)
3 .. _imap-reference-manpages-systemcommands-backupd:
6 **backupd**
27 **backupd** |default-conf-text|
29 **backupd** is generally configured to run on a dedicated backup server,
37 ``configdirectory`` configuration option, then **backupd** will create
40 **backupd** process-id.
45 .. program:: backupd
68 Tell **backupd** that an external layer exists. An *SSF* (security
76 **backupd** is commonly included in the SERVICES section of
[all …]
/dports/devel/p5-Term-Clui/Term-Clui-1.76/examples/
H A Dlinux_admin238 my $backupd = "$bank/$vault";
239 $BackupDirs{$vault} = $backupd;
240 if (!-d "$backupd/dirvish") {warn "$backupd/dirvish not found\n";next;}
241 if (!-f "$backupd/dirvish/default.conf") {
242 open (F, ">$backupd/dirvish/default.conf"); close F;
244 push @tasks, "$backupd/dirvish/default.conf";
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/docsrc/imap/reference/admin/
H A Dbackups.rst36 - backupd, and therefore inbound replication
112 of running backupd's, plus some wiggle room.
151 # backupd is probably the only service entry your backup server needs
152 backupd cmd="backupd" listen="csync" prefork=0
164 authenticate to backupd
182 The port on which your Cyrus Backup server's backupd process listens
317 whereas backupd will never block.
327 restart backupd.
350 backups will resume once your backupd is running again.
358 when you restart the backupd after restoring a filesystem snapshot, the next
[all …]
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/docsrc/imap/reference/admin/
H A Dbackups.rst36 - backupd, and therefore inbound replication
112 of running backupd's, plus some wiggle room.
151 # backupd is probably the only service entry your backup server needs
152 backupd cmd="backupd" listen="csync" prefork=0
164 authenticate to backupd
182 The port on which your Cyrus Backup server's backupd process listens
317 whereas backupd will never block.
327 restart backupd.
350 backups will resume once your backupd is running again.
358 when you restart the backupd after restoring a filesystem snapshot, the next
[all …]
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/docsrc/imap/reference/admin/
H A Dbackups.rst36 - backupd, and therefore inbound replication
112 of running backupd's, plus some wiggle room.
151 # backupd is probably the only service entry your backup server needs
152 backupd cmd="backupd" listen="csync" prefork=0
164 authenticate to backupd
182 The port on which your Cyrus Backup server's backupd process listens
317 whereas backupd will never block.
327 restart backupd.
350 backups will resume once your backupd is running again.
358 when you restart the backupd after restoring a filesystem snapshot, the next
[all …]
/dports/databases/db5/db-5.3.28/src/db/
H A Ddb_backup.c502 const char *backupd; local
515 backupd = backup_dir;
543 if ((ret = __os_strdup(env, to, (void*) &backupd)) != 0)
607 sizeof(to), backupd, *names)) != 0) {
623 if (backup_data_copy(dbenv, *names, logd, backupd, 1) != 0) {
654 if (backupd != NULL && backupd != backup_dir)
655 __os_free(env, (void *)backupd);
/dports/databases/db18/db-18.1.40/src/db/
H A Ddb_backup.c549 const char *backupd; local
562 backupd = backup_dir;
590 if ((ret = __os_strdup(env, to, (void*) &backupd)) != 0)
654 sizeof(to), backupd, *names)) != 0) {
670 if (backup_data_copy(dbenv, *names, logd, backupd, 1) != 0) {
701 if (backupd != NULL && backupd != backup_dir)
702 __os_free(env, (void *)backupd);
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/doc/internal/
H A Dbackup278 backupd
301 roll it back. then, if backupd fails to write to the gzip file for some
549 backupd always uses db for opens, so as long as reconstruct keeps the db
550 locked while it works, the db won't clash. but backupd might have backups
726 * backupd: will sync anything that's in user mailbox but not in backup index
764 backupd cmd="backupd" listen="csync" prefork=0
770 * do i want a special port for backupd?
892 * backupd: don't block on locked backups, return mailbox locked -- but sync_client doesn't handle t…
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/docsrc/imap/developer/thoughts/
H A Dbackup.rst294 backupd section in Notes for backup implementation
317 roll it back. then, if backupd fails to write to the gzip file for some
568 backupd always uses db for opens, so as long as reconstruct keeps the db
569 locked while it works, the db won't clash. but backupd might have backups
745 * backupd: will sync anything that's in user mailbox but not in backup index
783 backupd cmd="backupd" listen="csync" prefork=0
789 * do i want a special port for backupd?
914 * backupd: don't block on locked backups, return mailbox locked -- but sync_client doesn't handle t…
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/docsrc/imap/developer/thoughts/
H A Dbackup.rst294 backupd section in Notes for backup implementation
317 roll it back. then, if backupd fails to write to the gzip file for some
568 backupd always uses db for opens, so as long as reconstruct keeps the db
569 locked while it works, the db won't clash. but backupd might have backups
745 * backupd: will sync anything that's in user mailbox but not in backup index
783 backupd cmd="backupd" listen="csync" prefork=0
789 * do i want a special port for backupd?
914 * backupd: don't block on locked backups, return mailbox locked -- but sync_client doesn't handle t…
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/doc/internal/
H A Dbackup278 backupd
301 roll it back. then, if backupd fails to write to the gzip file for some
549 backupd always uses db for opens, so as long as reconstruct keeps the db
550 locked while it works, the db won't clash. but backupd might have backups
726 * backupd: will sync anything that's in user mailbox but not in backup index
764 backupd cmd="backupd" listen="csync" prefork=0
770 * do i want a special port for backupd?
892 * backupd: don't block on locked backups, return mailbox locked -- but sync_client doesn't handle t…
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/doc/internal/
H A Dbackup278 backupd
301 roll it back. then, if backupd fails to write to the gzip file for some
549 backupd always uses db for opens, so as long as reconstruct keeps the db
550 locked while it works, the db won't clash. but backupd might have backups
726 * backupd: will sync anything that's in user mailbox but not in backup index
764 backupd cmd="backupd" listen="csync" prefork=0
770 * do i want a special port for backupd?
892 * backupd: don't block on locked backups, return mailbox locked -- but sync_client doesn't handle t…
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/service_manager/sandbox/mac/
H A Dnetwork.sb92 (global-name "com.apple.backupd.sandbox.xpc")
/dports/www/chromium-legacy/chromium-88.0.4324.182/sandbox/policy/mac/
H A Dnetwork.sb88 (global-name "com.apple.backupd.sandbox.xpc")
/dports/emulators/qemu42/qemu-4.2.1/roms/openhackware/src/libfs/
H A Dhfs.c503 uint32_t backupd; member
549 uint32_t backupd; member
572 uint32_t backupd; member
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/openhackware/src/libfs/
H A Dhfs.c503 uint32_t backupd; member
549 uint32_t backupd; member
572 uint32_t backupd; member
/dports/emulators/qemu-utils/qemu-4.2.1/roms/openhackware/src/libfs/
H A Dhfs.c503 uint32_t backupd; member
549 uint32_t backupd; member
572 uint32_t backupd; member
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/
H A DMakefile.am1580 man/backupd.8 \
H A DMakefile.in244 @BACKUP_TRUE@@SERVER_TRUE@am__append_28 = backup/backupd
495 @BACKUP_TRUE@@SERVER_TRUE@am__EXEEXT_14 = backup/backupd$(EXEEXT)
997 backup/backupd.$(OBJEXT)
1497 am__depfiles_remade = backup/$(DEPDIR)/backupd.Po \
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/
H A DMakefile.am1600 man/backupd.8 \
H A DMakefile.in240 @BACKUP_TRUE@@SERVER_TRUE@am__append_28 = backup/backupd
500 @BACKUP_TRUE@@SERVER_TRUE@am__EXEEXT_14 = backup/backupd$(EXEEXT)
1009 backup/backupd.$(OBJEXT)
1517 am__depfiles_remade = backup/$(DEPDIR)/backupd.Po \
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/
H A DMakefile.am1501 man/backupd.8 \
H A DMakefile.in235 @BACKUP_TRUE@@SERVER_TRUE@am__append_28 = backup/backupd
454 @BACKUP_TRUE@@SERVER_TRUE@am__EXEEXT_12 = backup/backupd$(EXEEXT)
931 backup/backupd.$(OBJEXT)
1359 am__depfiles_remade = backup/$(DEPDIR)/backupd.Po \

12