Enhancement #3127
Samba: enable recycle bin on home directories
Status: | CLOSED | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 100% | |
Category: | nethserver-samba | |||
Target version: | ~FUTURE | |||
Resolution: | REJECTED | NEEDINFO: | No |
Description
The recycle bin is available on ibays but is missing for home directories. Implement a prop to set it enabled in [homes]
section of /etc/smb.conf
History
#1 Updated by Davide Marini about 6 years ago
It should work with a template-custom:
cat /etc/e-smith/templates-custom/etc/samba/smb.conf/71hometrash
#- 71hometrash (custom)
#
[homes]
vfs objects = full_audit recycle
recycle: exclude_dir = /tmp|/temp|/cache
recycle: repository = Recycle Bin
recycle: versions = True
recycle: keeptree = True
recycle: touch = True
recycle: directory_mode = 0770
recycle: exclude = .tmp|.temp|*.o|*.obj|~$*
[global]
#2 Updated by Giacomo Sanchietti almost 5 years ago
- Status changed from NEW to CLOSED
- % Done changed from 0 to 100
- Resolution set to REJECTED
Won't do it on ns6; if someone request it again open a new issue for ns7