mirror of
https://github.com/rsnapshot/rsnapshot.git
synced 2025-11-21 02:39:30 +01:00
22 lines
877 B
Text
22 lines
877 B
Text
10/22/06
|
|
|
|
Removed requirement that a database password be present in rsnapshotDB.conf xml file.
|
|
|
|
|
|
8/16/06
|
|
|
|
Changed permission of log file /var/log/rsnapshotDB to 0600. When passwords are used to access the database, they are shown in the log file when verbosity is enabled.
|
|
|
|
1/22/06
|
|
|
|
Cleaned up code and removed password requirement for ssh server connection.
|
|
|
|
Removed requirement of Net::SSH::Perl
|
|
|
|
Speed optimization done with remote database dump and gzip compression before transferring file locally.
|
|
|
|
1/4/05
|
|
|
|
Switched to XML-based configuration file, and requirement of Net::SSH::Perl for more sophisticated ssh handling of database backups.
|
|
|
|
Speed issue of remote database dumps should be slightly if not vastly more optimized in this release. Database tables were locking during a remote backup, which took down the web site temporarily ( ~ 30 mins on one forum I own).
|