프로그램 사용/SMB(Samba)
삼바 휴지통 vfs_object
구차니
2015. 12. 8. 16:45
vfs objects = recycle
위의 항목을 이용하면 vfs module을 통해서
휴지통 기능을 지원한다고 한다.
synology에서 이 기능으로 삼바 휴지통을 구현한걸려나?
[링크 : http://unix.stackexchange.com/.../how-can-i-have-a-trash-recycle-bin-for-my-samba-shares]
[링크 : http://forums.openmediavault.org/index.php/Thread/3098-RESOLVED-Recycle-bin-for-SMB-CIFS/]
EXAMPLES Move files "deleted" on share to /data/share/.recycle instead of deleting them: [share] path = /data/share vfs objects = recycle recycle:repository = .recycle recycle:keeptree = yes recycle:versions = yes VERSION This man page is correct for version 3.0.25 of the Samba suite. [링크 : https://www.samba.org/samba/docs/man/manpages/vfs_recycle.8.html] |