This commit is contained in:
2022-12-31 01:20:57 +01:00
parent 1043faa49a
commit 01a0322c0a
7 changed files with 288 additions and 22 deletions

View File

@ -190,8 +190,8 @@ nfs_server: 192.168.182.10
# Take car to increase 'fsid' in case of more than one export
#
nfs_exports:
- src: 192.168.182.10:/data/samba
path: /data/samba
- src: 192.168.182.10:/data/samba/shares
path: /data/samba/shares
mount_opts: users,rsize=8192,wsize=8192,hard,intr
export_opt: rw,root_squash,sync,subtree_check
export_networks:
@ -334,7 +334,7 @@ samba_shares:
- name: 4all
comment: 4all auf Fileserver
path: /data/samba/4all
path: /data/samba/shares/4all
group_valid_users: alle
group_write_list: alle
file_create_mask: !!str 660
@ -344,7 +344,7 @@ samba_shares:
- name: Akten
comment: Akten auf Fileserver
path: /data/samba/Akten
path: /data/samba/shares/Akten
group_valid_users: akten
group_write_list: akten
file_create_mask: !!str 660
@ -354,7 +354,7 @@ samba_shares:
- name: Archiv
comment: Archiv auf Fileserver
path: /data/samba/Archiv
path: /data/samba/shares/Archiv
group_valid_users: archiv
group_write_list: archiv
file_create_mask: !!str 660
@ -364,7 +364,7 @@ samba_shares:
- name: Kanzlei
comment: Kanzlei auf Fileserver
path: /data/samba/Kanzlei
path: /data/samba/shares/Kanzlei
group_valid_users: kanzlei
group_write_list: kanzlei
file_create_mask: !!str 660
@ -374,7 +374,7 @@ samba_shares:
- name: Recherche
comment: Recherche auf Fileserver
path: /data/samba/Recherche
path: /data/samba/shares/Recherche
group_valid_users: recherche
group_write_list: recherche
file_create_mask: !!str 660
@ -384,7 +384,7 @@ samba_shares:
- name: Install
comment: Install auf Fileserver
path: /data/samba/Install
path: /data/samba/shares/Install
group_valid_users: admin
group_write_list: admin
file_create_mask: !!str 660
@ -392,6 +392,19 @@ samba_shares:
vfs_object_recycle: true
recycle_path: '@Recycle.Bin'
# ---
# - This share will be written by windows schedulescript 'backup-advoware.bat'
# ---
- name: Advoware-Backup
comment: Advoware-Backup (only read) on Fileserver
path: /data/samba/shares/Advoware-Backup
group_valid_users: back
group_write_list: back
file_create_mask: !!str 664
dir_create_mask: !!str 2775
guest_ok: !!str yes
vfs_object_recycle: false
# ==============================