meta data for this page
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| vm:proxmox:pbs [2021/05/24 19:01] – created niziak | vm:proxmox:pbs [2025/04/02 21:02] (current) – niziak | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| aka: '' | aka: '' | ||
| + | ===== change owner ===== | ||
| + | |||
| + | <code bash> | ||
| + | #!/bin/bash -eux | ||
| + | |||
| + | DSTDIR=" | ||
| + | OWNER=" | ||
| + | |||
| + | find " | ||
| + | </ | ||
| + | |||
| + | ===== Internet access ===== | ||
| + | |||
| + | Only https on port 8007 is needed. Use VPN to secure connection between peers. | ||
| ===== Deduplication ===== | ===== Deduplication ===== | ||