[Info-vax] Is there a way to enabling versioning in Samba
Dirk Munk
munk at home.nl
Tue Jul 25 18:38:31 EDT 2017
don.zong at gmail.com wrote:
> My impression with Samba is that the file is always overridden, no versioning. revision number might change though. Wondering if there is a way to enable versioning in Samba - so that whenever there is a change in the file, it will create a new file with a new version.
Overridden? what does that mean?
Very simple. Suppose an application wants to create a file called
myfile.txt, what will Samba do?
1. Does myfile.txt exist?
2. If yes, delete myfile.txt
3. create myfile.txt
The only thing you have to do in the Samba code is to remove 1. and 2.
and you will have file versions
More information about the Info-vax
mailing list