Your message dated Thu, 22 Oct 2015 21:39:42 +0000
with message-id <[email protected]>
and subject line Bug#794510: fixed in rsnapshot 1.4.1-1
has caused the Debian Bug report #794510,
regarding Document & possibly add an option for: Capture output from rsync and 
print/log if level is >=4
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
794510: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=794510
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: rsnapshot
Version: 1.4.0-1
Severity: wishlist 

Dear Maintainer,

First off, let me say that, I like this new feature of rsnapshot
grabbing the rsync output and logged in the 'logfile' set in
rsnapshot.conf. Since this does what I was doing before with 1.3. 


With earlier versions of rsnapshot, one could grab the rsync output to a
file. With 'loglevel 2' set in the rsnapshot.conf.

For example:

$ rsnapshot -v hourly >> rsnapshot-hourly.log 2>&1

Would then send an email daily. Which would include the output of
rsnapshot and rsync; just showing what was rsync'ed and deleted. And
would also log to the 'logfile' set in rsnapshot.conf, the rsnapshot
output.


With version 1.4, the above no longer works. Due to this change[0,1].

[0] https://github.com/rsnapshot/rsnapshot/pull/46
[1] 
https://github.com/bebehei/rsnapshot/commit/68cc6b95d2e47ee5ff9561b11e9ff1977dc02197

Since rsnapshot now grabs the rsync output.

Now setting 'loglevel 4' in the rsnapshot.conf, the rsnapshot and rsync
output; just showing what was rsync'ed and deleted. Both are now logged
in the 'logfile' set in rsnapshot.conf. Just like I was doing above with
earlier versions of rsnapshot. For example:

$ rsnapshot -v alpha

Setting the 'loglevel' lower than 4, in the rsnapshot.conf and the rsync
output is not grabbed by rsnapshot. Also can not be grabbed to another
file.

It seems the only way to grab the rsync output to a different file, with
version 1.4. Is to use rsnapshot without using the '-v' option with
'loglevel 4'. Or using the '-V' option. But either of those options,
gives way too much information. Just want/need what was rsync'ed and
deleted, like explained and is done above. For example:

$ rsnapshot alpha >> rsnapshot-alpha.log 2>&1

$ rsnapshot -V alpha >> rsnapshot-alpha.log 2>&1

The above also grabs the rsync output and is logged to the 'logfile' set
in rsnapshot.conf. Again with too much information.

*NOTE: Notice that omitting the '-v' option gives more output, due to
       not lowering the 'loglevel 4' set in rsnapshot.conf. When using
       the '-v' option, verbosity is lowered; presumably to 2 in this
       case. Which is fine by me, since rsnapshot grabs only the rsync
       output that was rsync'ed and deleted. Take a look at bug
       #794343[0] for more information.

       [0] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=794343

       Also regardless of the 'loglevel' set in the rsnapshot.conf. The
       '-V' option always outputs too much information.

Also commented out 'loglevel' to see what affect this would have. Which
was, as suspected nothing is logged in the 'logfile' set in
rsnapshot.conf. While still not being able to grab the rsync output.


Please document this. With the upgrade to 1.4, was testing to see
if bug #717451[0] was actually fixed this time ;) Since did not see the
rsync output as explained above. Thought that bug #717451 was still an
issue. After reading the rsnapshot 1.4 changelog[1] and doing some more
reading. Figured out that bug #717451 was fixed and rsnapshot was
grabbing the rsync output.

Also if possible, please add an option in the rsnapshot.conf and/or on
the command line. For the user to also be able to grab the rysnc output
to another file, like was possible with 1.3. Just showing what was
rsync'ed and deleted. While still being logged in the 'logfile' set in
rsnapshot.conf.

[0] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=717451
[1] https://github.com/bebehei/rsnapshot/blob/master/ChangeLog


Thank You,
Michel


-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.0.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages rsnapshot depends on:
ii  liblchown-perl  1.01-3
ii  logrotate       3.8.7-2
ii  perl            5.20.2-6
ii  rsync           3.1.1-3

Versions of packages rsnapshot recommends:
ii  openssh-client [ssh-client]  1:6.7p1-6

rsnapshot suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: rsnapshot
Source-Version: 1.4.1-1

We believe that the bug you reported is fixed in the latest version of
rsnapshot, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Guillaume Delacour <[email protected]> (supplier of updated rsnapshot package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 28 Sep 2015 23:38:43 +0200
Source: rsnapshot
Binary: rsnapshot
Architecture: source all
Version: 1.4.1-1
Distribution: unstable
Urgency: medium
Maintainer: Guillaume Delacour <[email protected]>
Changed-By: Guillaume Delacour <[email protected]>
Description:
 rsnapshot  - local and remote filesystem snapshot utility
Closes: 793662 794046 794343 794510
Changes:
 rsnapshot (1.4.1-1) unstable; urgency=medium
 .
   * New upstream release
    + Capture rsync's output right (Closes: #794343, #794510, #793662)
    + Refresh patch 01_rsnapshot_conf.diff and document loglevel for rsync 
output
   * 02_rsnapshot-lvm-undef.diff: Don't undefine trap variables for lvm setups,
     thanks Michel Dänzer (Closes: #794046)
   * Enable autopkgtest
Checksums-Sha1:
 07fb0c9264aa1bd2864187e09c6e289e7dc396b7 2033 rsnapshot_1.4.1-1.dsc
 d9f6d3266fbfec706f6d3dcbbc415978297b5023 489481 rsnapshot_1.4.1.orig.tar.gz
 bd6486492fcdb5005205d9553ef16e42c5df5bd9 15788 rsnapshot_1.4.1-1.debian.tar.xz
 2470df11e72b7375317ec860e678cc3854c84cbf 129934 rsnapshot_1.4.1-1_all.deb
Checksums-Sha256:
 cc747faf59cb7ca95a00d348b2745fd9401ccde2292290504fab6ab44b93bf52 2033 
rsnapshot_1.4.1-1.dsc
 fb4a1129a7d3805c41749fd0494debfe2ca2341eba0f8b50e4f54985efe448e8 489481 
rsnapshot_1.4.1.orig.tar.gz
 f4f5fdb04291f27dbf0f794b010e7d8031e76c4eede531577379e5c3ed1e6d79 15788 
rsnapshot_1.4.1-1.debian.tar.xz
 b9f0edbce8e45fc279c65dab3b7e6a6d98bed53af2dcf2d64c6077a9f10c6c27 129934 
rsnapshot_1.4.1-1_all.deb
Files:
 8100a3419e61e3572150e6b3696a9d65 2033 utils optional rsnapshot_1.4.1-1.dsc
 5bbcc47f7ecf3272bc7d144623f772d1 489481 utils optional 
rsnapshot_1.4.1.orig.tar.gz
 e19109d8f54ccb29e3b468079fe20b7a 15788 utils optional 
rsnapshot_1.4.1-1.debian.tar.xz
 36b8cffb8d75d5df3071bfc5755fde88 129934 utils optional 
rsnapshot_1.4.1-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
Comment: Signed by Ana Guerrero

iQIcBAEBCAAGBQJWKVPPAAoJELNGT4lqoVlIiSkP/2bc33qkKk8sQbjP0Qbb6jWt
Czcusk2rV8aEjxAcd6bXKjgbTATtlAg61T9QMV8yQ3Xjq41fkYZcv5PuOWltrO0F
vH5y28eByIq0o+TokD2GQLVsJb2szadl5jJFRO6K7mypAhPlBGgHcuUUjkUqjWrS
Ky48FQYyBkRnjkkYWiN9Qxt+QFE6W3t2Yx/i5RnAuJzOG3ktDDUjL0oBWpYJ34Yg
wHKvYTcHDM63SaVTD8N+wkn4ECUXJc31SNAkhXXlAzAxbKNSZksUfqcQqN5GUXpB
BT/wWeJuFmZsHEHF8yNOAzkvSqGN91ATAKr3wnYHhwMoPIQJHW9lDqIVrCaFDTNP
BL0WSS/JOsFh+8p9Fm8eg45xQoRMv/UeSw/f29l4KL9Q9Y/ZexC8qTK1MisRWzDz
pDqIDj7PjFDFI643ZVg2SbGj6fpSdG+IomNANC+g4fgL0vSoxbUZzpkxzPZ9/kyh
eO1EZN8be6aLc9Gb9GQbsJjkHBjFgFMLZuIRVObmDO1Y9EV5uiPod2Myy8XRGujW
eJ2nYmND7OIw3LBAnkbASm1VJryFz+MIFOn9MkTygi64xEKt/liCfKauLZEJO94H
RYXucfplShEnKCjT5fBcIw7mZ/4moHD/5cZtoxbkL2+zZytRVOBM7bJbKltP2xyy
ADkaz1bhkIZp8NUuZdru
=nPZ8
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to