Photoshop delete images after save

Issues related to applications and software problems and general support
Post Reply
bagrapk
Posts: 1
Joined: 2021/12/21 13:18:18

Photoshop delete images after save

Post by bagrapk » 2022/01/19 18:20:16

We are using Centos Linux 8.5.2111 with Samba 4.14.5 for 30 users. My concern is that 2 user working on Photoshop CC 2022, whenever one user save image, few images automatically move recycle folder on second user's recycle bin folder.

The smb.conf file is as below

Code: Select all

# Global parameters
[global]
        server string = Editorial Server%v
                workgroup = FirstIndia
                netbios name = FileServer
                interfaces = 10.1.2.0/24
                log level = 2
                log file = /var/log/samba/log.%m
                max log size = 1000
                debug timestamp = no
                password server = no
                remote announce = 10.1.2.0/24
                socket options = TCP_NODELAY IPTOS_LOWDELAY
                strict sync = yes
                sync always = Yes
                max connections = 500
                name cache timeout = 0
                deadtime = 0
                winbind cache time = 800
                wins support = Yes
                os level = 33
                create mask = 0777
                directory mask = 0777
                force create mode = 0777
                force directory mode = 0777
                veto files = /*.exe/*.com/*.dll/*.xml/*.pif/*.cmd/*.inf/*.mp*/*.avi/*.dat/*.3g*/*.wm*/*.fl*/*.scr/Autorun.inf/*.mkv/*.db
                delete Veto files = True
                password server = no

                logging = syslog
                map to guest = Bad User
                multicast dns register = No
                pam password change = No
                panic action = /usr/share/samba/panic-action %d
                timestamp logs = No

[Fileserver]
                path = /Disk/Server
                browseable = no
                guest only = Yes
                hosts allow = 127. 10.1.
                comment = Don't put your Personal Data on this Server
                volume = File Server
                writable = yes
                read only = No
        vfs objects = recycle:recycle full_audit:audit
                recycle:repository = .deleted/%m
                recycle:keeptree = yes
                recycle:touch = yes
                recycle:versions = yes
                recycle:maxsize = 0
                recycle:exclude = *.tmp
                recycle:exclude_dir = /tmp
                recycle:noversions = *.doc
testparm result as below :

Code: Select all


Load smb config files from /etc/samba/smb.conf
Loaded services file OK.
Weak crypto is allowed

Server role: ROLE_STANDALONE

Press enter to see a dump of your service definitions

# Global parameters
[global]
        deadtime = 0
        interfaces = 10.1.2.0/24
        log file = /var/log/samba/log.%m
        logging = syslog
        map to guest = Bad User
        max log size = 1000
        multicast dns register = No
        name cache timeout = 0
        os level = 33
        panic action = /usr/share/samba/panic-action %d
        password server = no
        remote announce = 10.1.2.0/24
        server string = Editorial Server%v
        socket options = TCP_NODELAY IPTOS_LOWDELAY
        timestamp logs = No
        winbind cache time = 800
        wins support = Yes
        workgroup = FIRSTINDIA
        idmap config * : backend = tdb
        create mask = 0777
        delete veto files = Yes
        directory mask = 0777
        force create mode = 0777
        force directory mode = 0777
        max connections = 500
        sync always = Yes
        veto files = /*.exe/*.com/*.dll/*.xml/*.pif/*.cmd/*.inf/*.mp*/*.avi/*.da                                                                                                                     t/*.3g*/*.wm*/*.fl*/*.scr/Autorun.inf/*.mkv/*.db


[Fileserver]
        browseable = No
        comment = Don't put your Personal Data on this Server
        guest only = Yes
        hosts allow = 127. 10.1.
        path = /Disk/Server
        read only = No
        vfs objects = recycle:recycle full_audit:audit
        volume = File Server
        recycle:noversions = *.doc
        recycle:exclude_dir = /tmp
        recycle:exclude = *.tmp
        recycle:maxsize = 0
        recycle:versions = yes
        recycle:touch = yes
        recycle:keeptree = yes
        recycle:repository = .recycle/%m

Please help

User avatar
jlehtone
Posts: 4523
Joined: 2007/12/11 08:17:33
Location: Finland

Re: Photoshop delete images after save

Post by jlehtone » 2022/01/19 21:26:14

Please note that CentOS 8 is EOL as of the end of 2021. You need to look at migrating to one of the alternatives like Rocky/Alma/OEL, the free RHEL developer subscription or CentOS Stream 8.

I didn't even know that modern Samba has such features/options.

Post Reply