Enhancement #3127

Samba: enable recycle bin on home directories

Added by Davide Principi over 6 years ago. Updated almost 5 years ago.

Status:CLOSEDStart date:
Priority:NormalDue 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

#
  1. 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

Also available in: Atom PDF