
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Allow you to restore previous versions of files.
It checks selected folders for changes and automatically backups changed files. Later, you can restore any version.
Main feature of this project - convenience. Of course, it is NOT replacement for svn, git or any other control version system.
For intallation just extract files and run ./install.pl so:
$ tar xf autoversion.tar.gz
$ cd autoversion
$ ./install.pl
P.S. You need perl-Archive-Zip package installed.
9 years ago
1.1.12
- Fixed a critical issue. In some cases the program did not make backups. Please update!
1.1.11
- Some install script changes
- Removed unnecessary lines in files
1.1.10
- Added multiselection support (possibility to add several folders in one click)
-Fixed issue with whitespaces. Previous versions can't work with folders which contain spaces in name.
1.1.02
- Fixed minor issues in installator
1.1.01
- Added script for removing the program
1.1
- Added limit 100 versions for each file. After this the program removes oldest backup.
1.0.01
- small internal fixes and changes
1.0
- First release
9 years ago
1.1.12
- Fixed a critical issue. In some cases the program did not make backups. Please update!
1.1.11
- Some install script changes
- Removed unnecessary lines in files
1.1.10
- Added multiselection support (possibility to add several folders in one click)
-Fixed issue with whitespaces. Previous versions can't work with folders which contain spaces in name.
1.1.02
- Fixed minor issues in installator
1.1.01
- Added script for removing the program
1.1
- Added limit 100 versions for each file. After this the program removes oldest backup.
1.0.01
- small internal fixes and changes
1.0
- First release
FSchulz
9 years ago
First: This looks very nice. But I have some questions: How does it work? I mean, where and how get the "old" files saved and can I delete some and not all old versions of a file. How is the impact of this software on the disk space?
Best regards!
Report
shura
9 years ago
For example, if you enables monitoring of /home/user/documents then the program creates directory /home/user/documents/.autobackup
Now is impossible to limit used space, but I hope I'll add this in next version.
Report
FSchulz
9 years ago
Report
shura
9 years ago
No any special configurable options was added.
Report
FSchulz
9 years ago
Report