f9fcac51a5
docs: add initial TFA documentation
...
better than nothing..
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2021-02-01 19:46:24 +01:00
627d000098
tape: change changer-drive-id to changer-drivenum
...
because it changed in the config
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com >
2021-01-28 15:11:22 +01:00
b2fc6f9228
fix build: commit missing file
2021-01-27 18:13:58 +01:00
b06edeca02
remove generated file synopsis.rst (no need to track in git)
2021-01-27 12:38:02 +01:00
c972704477
install pmtx binary
2021-01-27 11:36:15 +01:00
66d066964c
docs/tape: fix some typos and improve wording
...
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com >
2021-01-26 12:39:06 +01:00
8ba47929a0
tape: add docu about paperkey
2021-01-23 15:34:28 +01:00
794b0fe9ce
tape: document hardware encryption
2021-01-23 15:19:28 +01:00
44a5f38bc4
docs: clarify that client-server communication is secure
...
This clarifies the fact that all communication between client and server
uses TLS for secure communication.
Signed-off-by: Dylan Whyte <d.whyte@proxmox.com >
2021-01-22 16:07:44 +01:00
6dd0513546
tape: allocate new media set when pool encryption key changes
2021-01-20 15:43:39 +01:00
bad6e32075
docs: fix typo in client manpage
...
Signed-off-by: Oguz Bektas <o.bektas@proxmox.com >
2021-01-18 13:52:11 +01:00
4cfb123448
tape: update restore docu
2021-01-15 09:44:46 +01:00
9738dd545f
tape: docu - explain manual backups and tape cleaning
2021-01-12 17:26:15 +01:00
0bce2118e7
tape: improve docu
2021-01-12 16:37:23 +01:00
e84b801c2e
tape: improve retention period docu
2021-01-11 07:11:17 +01:00
44ce25e7ac
tape: docu - improve Administration section
2021-01-08 19:17:31 +01:00
3a2cc5c66e
tape: minor docu update in retention policy
2021-01-08 19:01:38 +01:00
3838ce3330
tape: add retention policy docu
2021-01-08 17:34:58 +01:00
59217472aa
tape: improve media set docu
2021-01-08 16:53:46 +01:00
08d8b2a4fd
tape: add some media pool docu
2021-01-08 08:46:25 +01:00
632756b6fb
tape: more docs
2021-01-06 16:13:58 +01:00
04eba29c55
tape: document tape drive configuration
2021-01-06 16:00:31 +01:00
0912878ecf
tape: document new export-slots feature
2021-01-06 14:11:35 +01:00
a174854a0d
tape: improve tape changer docs
2021-01-06 09:45:36 +01:00
54d968664a
tape: update user docu
2020-12-21 12:13:35 +01:00
8001c82e81
tape: update user docu - howto label tapes
2020-12-20 10:41:40 +01:00
baefbc444e
tape: update user docu
2020-12-20 09:16:09 +01:00
4a227b54bf
add LTO barcode generator App
2020-12-19 17:39:48 +01:00
8a192bedde
tape: update user docu
2020-12-19 16:56:54 +01:00
d5efa18ae4
tape: update user docu
2020-12-19 15:13:38 +01:00
5f79dc2805
tape: start user documentation
2020-12-19 11:14:56 +01:00
2ea5abcd65
docs: replace openssl command with client
...
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com >
2020-12-17 06:46:59 +01:00
7680525eec
docs: prune-sim: folluwp: add missing semicolon
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2020-12-16 10:08:11 +01:00
39478aa52c
prune sim: correctly keep track of already included backups
...
This needs to happen in a separate loop, because some time intervals are not
subsets of others, i.e. weeks and months. Previously, with a daily backup
schedule, having:
* a backup on Sun, 06 Dec 2020 kept by keep-daily
* a backup on Sun, 29 Nov 2020 kept by keep-weekly
would lead to the backup on Mon, 30 Nov 2020 to be selected for keep-monthly,
because the iteration did not yet reach the backup on Sun, 29 Nov 2020 that
would mark November as being covered.
Signed-off-by: Fabian Ebner <f.ebner@proxmox.com >
2020-12-15 14:03:18 +01:00
6a99b930c4
followup: use arrow function for sorting
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2020-12-15 13:45:51 +01:00
f6ce45b373
prune sim: fix #3192 : by fixing usage of sort()
...
Signed-off-by: Fabian Ebner <f.ebner@proxmox.com >
2020-12-15 13:45:51 +01:00
abf9b6da42
docs: fix renamed commands
2020-11-25 08:03:11 +01:00
21b552848a
prune sim: make numberfields more similar to PBS's
...
by creating a new class that adds a clear trigger and also uses the
clear-trigger image. Code was taken from the one in PBS's prune window,
but we have default values here, so a bit of adapting was necessary. For
example, we don't want to reset to the original value (which might have
been one of the defaults) when clearing, but always to 'null'.
Signed-off-by: Fabian Ebner <f.ebner@proxmox.com >
2020-11-19 09:47:51 +01:00
f507580c3f
docs: faq: fix first releases
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2020-11-11 10:14:01 +01:00
291b786076
docs: fix prune retention example
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2020-11-11 10:14:01 +01:00
0a0ba0785b
prune sim: avoid colon to separate keep desc from count
...
hack for space issues for monthly keeps and >9 counts
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2020-11-11 08:20:13 +01:00
6ed79592f2
prune sim: make backup schedule a form, bind update button to its validity
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2020-11-11 08:11:46 +01:00
4c75ee3471
prune sim: do not use unecesarry variable, declare in line
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2020-11-11 08:11:16 +01:00
6f997da8cd
prune sim: set min-heigth for calendar day cells
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2020-11-11 08:10:43 +01:00
a4971d5f90
docs: add ref for sysadmin host admin section
...
Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com >
2020-11-10 13:53:21 +01:00
477ebe6b78
docs: user management: avoid some inconsistencies
...
The space between '--' and 'path' in two of the commands was wrong. The other
changes make the names of the store and token consistent with the rest of the
section and should improve readability.
Also add the Datastore.Verify permission in the output of the command:
proxmox-backup-manager user permissions john@pbs --path /datastore/store1
A DatastoreAdmin now has this permission and that's what john@pbs is in the
example.
Signed-off-by: Fabian Ebner <f.ebner@proxmox.com >
2020-11-10 13:47:52 +01:00
8b62cbe752
docs: update package repositories
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2020-11-10 13:14:04 +01:00
81f99362d9
docs: installation: don't mention ext3 as an option anymore
...
Support for ext3 was removed by commit 0abf0d3683b74421eca24ba61d1d4e100d35211a
in pve-installer.
Signed-off-by: Fabian Ebner <f.ebner@proxmox.com >
2020-11-10 13:13:44 +01:00
c5608cf86c
encryption: add best practice for storing master key
...
Further clarify that the paperkey should be a last resort
recovery option, after a password manager and usb drive.
Signed-off-by: Dylan Whyte <d.whyte@proxmox.com >
2020-11-10 12:51:30 +01:00
0247f794e9
docs: add network management reference
...
needed in order for the help button in the network edit window to work.
Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com >
2020-11-10 11:50:17 +01:00