Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
adjkerntz(8)
adjust the local time CMOS clock to reflect time zone changes and keep the current timezone offset for the kernel
devctl(3), devctl_attach(3), devctl_clear_driver(3), devctl_delete(3), devctl_detach(3), devctl_disable(3), devctl_enable(3), devctl_freeze(3), devctl_getpath(3), devctl_rescan(3), devctl_reset(3), devctl_resume(3), devctl_set_driver(3), devctl_suspend(3), devctl_thaw(3)
device control library
timezone(3)
return the timezone abbreviation
tzfile(5)
timezone information
tzsetup(8)
set local timezone
zdump(8)
timezone dumper
zic(8)
timezone compiler
EVP_MD_fetch(3ossl), EVP_MD_up_ref(3ossl), EVP_MD_free(3ossl), EVP_MD_get_params(3ossl), EVP_MD_gettable_params(3ossl), EVP_MD_CTX_new(3ossl), EVP_MD_CTX_reset(3ossl), EVP_MD_CTX_free(3ossl), EVP_MD_CTX_dup(3ossl), EVP_MD_CTX_copy(3ossl), EVP_MD_CTX_copy_ex(3ossl), EVP_MD_CTX_ctrl(3ossl), EVP_MD_CTX_set_params(3ossl), EVP_MD_CTX_get_params(3ossl), EVP_MD_settable_ctx_params(3ossl), EVP_MD_gettable_ctx_params(3ossl), EVP_MD_CTX_settable_params(3ossl), EVP_MD_CTX_gettable_params(3ossl), EVP_MD_CTX_set_flags(3ossl), EVP_MD_CTX_clear_flags(3ossl), EVP_MD_CTX_test_flags(3ossl), EVP_Q_digest(3ossl), EVP_Digest(3ossl), EVP_DigestInit_ex2(3ossl), EVP_DigestInit_ex(3ossl), EVP_DigestInit(3ossl), EVP_DigestUpdate(3ossl), EVP_DigestFinal_ex(3ossl), EVP_DigestFinalXOF(3ossl), EVP_DigestFinal(3ossl), EVP_DigestSqueeze(3ossl), EVP_MD_is_a(3ossl), EVP_MD_get0_name(3ossl), EVP_MD_get0_description(3ossl), EVP_MD_names_do_all(3ossl), EVP_MD_get0_provider(3ossl), EVP_MD_get_type(3ossl), EVP_MD_get_pkey_type(3ossl), EVP_MD_get_size(3ossl), EVP_MD_get_block_size(3ossl), EVP_MD_get_flags(3ossl), EVP_MD_CTX_get0_name(3ossl), EVP_MD_CTX_md(3ossl), EVP_MD_CTX_get0_md(3ossl), EVP_MD_CTX_get1_md(3ossl), EVP_MD_CTX_get_type(3ossl), EVP_MD_CTX_get_size_ex(3ossl), EVP_MD_CTX_get_block_size(3ossl), EVP_MD_CTX_get0_md_data(3ossl), EVP_MD_CTX_update_fn(3ossl), EVP_MD_CTX_set_update_fn(3ossl), EVP_md_null(3ossl), EVP_get_digestbyname(3ossl), EVP_get_digestbynid(3ossl), EVP_get_digestbyobj(3ossl), EVP_MD_CTX_get_pkey_ctx(3ossl), EVP_MD_CTX_set_pkey_ctx(3ossl), EVP_MD_do_all_provided(3ossl), EVP_MD_type(3ossl), EVP_MD_nid(3ossl), EVP_MD_name(3ossl), EVP_MD_pkey_type(3ossl), EVP_MD_size(3ossl), EVP_MD_block_size(3ossl), EVP_MD_flags(3ossl), EVP_MD_xof(3ossl), EVP_MD_CTX_size(3ossl), EVP_MD_CTX_get_size(3ossl), EVP_MD_CTX_block_size(3ossl), EVP_MD_CTX_type(3ossl), EVP_MD_CTX_pkey_ctx(3ossl), EVP_MD_CTX_md_data(3ossl)
EVP digest routines
barman-cloud-restore(1) - Barman-cloud Commands Synopsis 0.0 3.5 barman-cloud-restore [ { -V | --version } ] [ --help ] [ { { -v | --verbose } | { -q | --quiet } } ] [ { -t | --test } ] [ --cloud-provider { aws-s3 | azure-blob-storage | google-cloud-storage } ] [ --endpoint-url ENDPOINT_URL ] [ { -P | --aws-profile } AWS_PROFILE ] [ --profile AWS_PROFILE ] [ --read-timeout READ_TIMEOUT ] [ { --azure-credential | --credential } { azure-cli | managed-identity | default } ] [ --snapshot-recovery-instance SNAPSHOT_RECOVERY_INSTANCE ] [ --snapshot-recovery-zone GCP_ZONE ] [ --aws-region AWS_REGION ] [ --gcp-zone GCP_ZONE ] [ --azure-resource-group AZURE_RESOURCE_GROUP ] [ --tablespace NAME:LOCATION [ --tablespace NAME:LOCATION ... ] ] [ --target-lsn LSN ] [ --target-time TIMESTAMP ] [ --target-tli TLI ] SOURCE_URL SERVER_NAME BACKUP_ID RECOVERY_DESTINATION Description Use this script to restore a backup directly from cloud storage that was created with the barman-cloud-backup command. Additionally, this script can prepare for recovery from a snapshot backup by verifying that attached disks were cloned from the correct snapshots and by downloading the backup label from object storage. NOTE: 0.0 3.5 For GCP, only authentication with GOOGLE_APPLICATION_CREDENTIALS env is supported. Parameters 0.0 SERVER_NAME Name of the server that holds the backup to be restored. SOURCE_URL URL of the cloud source, such as a bucket in AWS S3. For example: s3://bucket/path/to/folder. BACKUP_ID The ID of the backup to be restored. Use auto to have Barman automatically find the most suitable backup for the restore operation. RECOVERY_DESTINATION The path to a directory for recovery. -V / --version Show version and exit. --help show this help message and exit. -v / --verbose Increase output verbosity (e.g., -vv is more than -v). -q / --quiet Decrease output verbosity (e.g., -qq is less than -q). -t / --test Test cloud connectivity and exit. --cloud-provider The cloud provider to use as a storage backend. Allowed options are: 7.0 (bu 2 aws-s3. (bu 2 azure-blob-storage. (bu 2 google-cloud-storage. --snapshot-recovery-instance Instance where the disks recovered from the snapshots are attached. --tablespace Tablespace relocation rule. --target-lsn The recovery target lsn, e.g., 3/64000000. --target-time The recovery target timestamp with or without timezone, in the format %Y-%m-%d %H:%M:%S. --target-tli The recovery target timeline. Extra options for the AWS cloud provider 0.0 --endpoint-url Override default S3 endpoint URL with the given one. -P / --aws-profile Profile name (e.g. INI section in AWS credentials file). --profile (deprecated) Profile name (e.g. INI section in AWS credentials file)
replaced by --aws-profile. --read-timeout The time in seconds until a timeout is raised when waiting to read from a connection (defaults to 60 seconds). --aws-region The name of the AWS region containing the EC2 VM and storage volumes defined by the --snapshot-instance and --snapshot-disk arguments. Extra options for the Azure cloud provider 0.0 --azure-credential / --credential Optionally specify the type of credential to use when authenticating with Azure. If omitted then Azure Blob Storage credentials will be obtained from the environment and the default Azure authentication flow will be used for authenticating with all other Azure services. If no credentials can be found in the environment then the default Azure authentication flow will also be used for Azure Blob Storage. Allowed options are: 7.0 (bu 2 azure-cli. (bu 2 managed-identity. (bu 2 default. --azure-resource-group The name of the Azure resource group to which the compute instance and disks defined by the --snapshot-instance and --snapshot-disk arguments belong. Extra options for GCP cloud provider 0.0 --gcp-zone Zone of the disks from which snapshots should be taken. --snapshot-recovery-zone (deprecated) Zone containing the instance and disks for the snapshot recovery - replaced by --gcp-zone
bclock(1)
round X clock with bezier curve hands
bez2mesh(1gv)
dices a BEZ file to a list of MESHes
brz(1)
Breezy next-generation distributed version control
calc_spline(3)
Calculates a series of values along a Bezier spline. Allegro game programming library
cdscan(1)
scan through sequence records on the Entrez discs
chez-scheme(1)
Chez Scheme petite - Petite Chez Scheme
datezone(1)
Convert DATE/TIMEs between timezones
dipole(1)
Yagi-Uda project file. Computez Z of a dipole
dumpdb(1)
The Freeze database inspector
entrez2(1)
a graphical client for the NCBI Entrez retrieval system
eza(1)
[em] a modern replacement for ls
eza_colors(5)
[em] customising the file and UI colours of eza
eza_colors-explanation(5)
[em] more details on customizing eza colors
ezjail(7), -(7)
ezjail Jail administration framework
ezjail-admin(8)
Administrate ezjail environment
ezjail.conf(5), -(5)
ezjail.conf configuration file for ezjail script
ezmlm(5)
format of ezmlm directory
ezmlm-accept(1)
accept messages in moderation queue
ezmlm-archive(1)
create thread and author index for a mailing list archive
ezmlm-cgi(1)
provide WWW access to the list archive
ezmlm-check(1)
Mails back results of ezmlm list check
ezmlm-checksub(1)
reject senders not subscribed to a mailing list
ezmlm-clean(1)
clean moderation directory
ezmlm-confirm(1)
process user actions for message confirm and discard
ezmlm-cron(1)
Sets up digest request messages generation via crond
ezmlm-dispatch(1)
Dispatch an email to other ezmlm programs
ezmlm-gate(1)
Gate posts depending on message SENDER
ezmlm-get(1)
handles mailing list archive retrieval and digests
ezmlm-glconf(1)
create config file for global ezmlm-request address
ezmlm-idx(1)
create index for mailing list archive
ezmlm-import(1)
import messages into an ezmlm archive
ezmlm-issubn(1)
test to see if an address is subscribed to a mailing list
ezmlm-limit(1)
Limits traffic to list
ezmlm-list(1)
show the addresses on a mailing list
ezmlm-make(1)
create a new mailing list
ezmlm-manage(1)
automatically manage a mailing list
ezmlm-moderate(1)
process moderator actions for message acceptance and rejection
ezmlm-reject(1)
reject messages unsuitable for distribution
ezmlm-request(1)
Process subject line and body ezmlm commands
ezmlm-return(1)
handle mailing list bounces
ezmlm-rmtab(1)
remove the subscriber tables for a mailing list
ezmlm-send(1)
distribute a message to a mailing list
ezmlm-split(1)
distribute (un)subscribe requests to sublists
ezmlm-store(1)
store messages posted to a moderated lists and send moderation requests to the moderator(s)
ezmlm-sub(1)
manually add addresses to a mailing list
ezmlm-tstdig(1)
Tests if a digest should be created
ezmlm-unsub(1)
manually remove addresses from a mailing list
ezmlm-warn(1)
send out bounce warnings
ezmlm-weed(1)
weed out useless messages
ezmlmglrc(5)
set up the global ezmlm interface
ezmlmrc(5)
ezmlm-make configuration file
ezmlmsubrc(5)
set up a minimal sublist
ezstream(1)
source client for Icecast with external de-/encoder support
ezstream-file.sh(1)
script to stream files from the command line
filezilla(1), FileZilla(1)
FTP client
freeze_mouse_flag(3)
Flag to avoid redrawing the mouse pointer. Allegro game programming library
fxload(8)
Firmware download to EZ-USB devices
fzdefaults.xml(5)
Default options for FileZilla
fzputtygen(1)
SFTP private key converter of FileZilla
fzsftp(1)
SFTP connection handler of FileZilla
gene2xml(1)
convert NCBI Entrez Gene ASN.1 into XML
gnutls_hash_squeeze(3)
API function
home | help