diff options
author | Micah Anderson <micah@riseup.net> | 2006-06-10 13:40:22 +0000 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2006-06-10 13:40:22 +0000 |
commit | f07f4b873b5d4b0dbe18df8cd6078826b2a0afd1 (patch) | |
tree | 176ae1e3d9b0b63ed6f651d8579d1e7c51f53e57 /ChangeLog | |
parent | fe7ee521a660ef38e5657c31eefb14b95f22827f (diff) | |
download | backupninja-f07f4b873b5d4b0dbe18df8cd6078826b2a0afd1.tar.gz backupninja-f07f4b873b5d4b0dbe18df8cd6078826b2a0afd1.tar.bz2 |
the find that looks in /etc/backup.d didn't follow symlinks and would instead fail
silently causing me much confusion, so I added -L to find and an if statement to
spit something out so its obvious
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,8 @@ version 0.9.4 -- unreleased and complains about group-readable files only when the group differs from the one in the configuration file (default is root as before). Thanks to Martin Krafft for the patch (Closes: #370396). + . When determining which backup actions to make, find now follows + symlinks for /etc/backup.d handler changes Added tar handler mysql: |