Mise à jour de 'How to create a new LXC'
parent
af49c1f16e
commit
f3306c7d70
@ -258,6 +258,19 @@ If nothing is specified, the script will use the VM/LXC folder (`<repo>/lxc/<id>
|
||||
```
|
||||
*Note: `folder_copy` creates the folder if it doesn't exist*
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>Move files and folders</summary>
|
||||
|
||||
*Move a file/folder*
|
||||
```yaml
|
||||
- type: move
|
||||
source: <path to source>
|
||||
destination: <path to destination>
|
||||
permissions: <permission of the destination folder, default 755>
|
||||
owner: <owner of the destination folder, default root:root>
|
||||
```
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>Commands</summary>
|
||||
|
Loading…
Reference in New Issue
Block a user