Skip to content

Commit

Permalink
Renest
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Sep 17, 2024
1 parent bcb8876 commit 5d3e800
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions DATA.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
### Populating Samba file server
# Shared data
- [Shared data](#shared-data)
- [Populating Samba file server](#populating-samba-file-server)
- [Populating dcache](#populating-dcache)
- [Sync dcache with existing folder elsewhere](#sync-dcache-with-existing-folder-elsewhere)
- [Mount dcache on local machine](#mount-dcache-on-local-machine)

- [Sync dcache with existing folder elsewhere](#sync-dcache-with-existing-folder-elsewhere)
- [Mount dcache on local machine](#mount-dcache-on-local-machine)
This document is dedicated for application data preparer.

This chapter is dedicated for application data preparer.
## Populating Samba file server

Populating the `/data/volume_2/samba-share/` directory on the Samba file server can be done with a Ansible playbook using the following commands.
<!--
Expand Down Expand Up @@ -34,7 +38,7 @@ If you have data elsewhere you can sync the data with this file server with
rsync -av --progress <remote user>@<remote host>/<remote location> /data/volume_2/samba-share/
```

### Populating dcache
## Populating dcache

This chapter is dedicated for application data preparer.

Expand Down

0 comments on commit 5d3e800

Please sign in to comment.