proxmox-backup/docs/glossary.rst

65 lines
2.3 KiB
ReStructuredText
Raw Normal View History

2019-02-28 18:09:55 +00:00
Glossary
========
.. glossary::
`Virtual machine`_
A virtual machine is a program that can execute an entire
operating system inside an emulated hardware environment.
`Container`_
A container is an isolated user space. Programs run directly on
the host's kernel, but with limited access to the host resources.
2019-11-13 12:10:56 +00:00
Datastore
A place to store backups. A directory which contains the backup data.
The current implementation is file-system based.
2019-11-13 12:10:56 +00:00
`Rust`_
Rust is a new, fast and memory-efficient system programming
language. It has no runtime or garbage collector. Rusts rich type
system and ownership model guarantee memory-safety and
thread-safety. I can eliminate many classes of bugs
at compile-time.
2019-02-28 18:23:48 +00:00
`Sphinx`_
2019-02-28 18:09:55 +00:00
2019-02-28 18:23:48 +00:00
Is a tool that makes it easy to create intelligent and
beautiful documentation. It was originally created for the
documentation of the Python programming language. It has excellent facilities for the
2019-02-28 18:23:48 +00:00
documentation of software projects in a range of languages.
`reStructuredText`_
Is an easy-to-read, what-you-see-is-what-you-get plaintext
markup syntax and parser system.
`FUSE`
Filesystem in Userspace (`FUSE <https://en.wikipedia.org/wiki/Filesystem_in_Userspace>`_)
defines an interface which makes it possible to implement a filesystem in
userspace as opposed to implementing it in the kernel. The fuse
kernel driver handles filesystem requests and sends them to a
userspace application.
Remote
A remote Proxmox Backup Server installation and credentials for a user on it.
You can pull datastores from a remote to a local datastore in order to
have redundant backups.
Schedule
Certain tasks, for example pruning and garbage collection, need to be
performed on a regular basis. Proxmox Backup Server uses a subset of the
`systemd Time and Date Specification
<https://www.freedesktop.org/software/systemd/man/systemd.time.html#>`_.
The subset currently supports time of day specifications and weekdays, in
addition to the shorthand expressions 'minutely', 'hourly', 'daily'.
There is no support for specifying timezones, the tasks are run in the
timezone configured on the server.