↧
Answer by ooshro for Automatic file revision on upload
You can use inotify cron(incron) and git(fast version control system) Install icron: sudo apt-get install incron Install git: sudo apt-get install git-core Allow root use incron: echo "root" >...
View ArticleAnswer by Rory for Automatic file revision on upload
You could use a version control system, like Subversion. However it will require users to use it, rather than straight file operations. Or you could use rsnapshot (or similar backup programme) to take...
View ArticleAutomatic file revision on upload
I need to create a secure remote connection to a couple of files (SFTP, WebDAV/HTTPS,…). Users need to connect and edit those files by downloading->editing->uploading-replacing or, even better,...
View Article