Nico Kadel-Garcia
2016-12-22 13:39:02 UTC
On Tue, Dec 20, 2016 at 11:31 AM, Mark Phillips
rsnapshot.conf.[hostname] configurations for different backup targets,
in different rsnapshot directories, because as is if *one* backup host
fails then rsnapshot fails for all of them. It's reasonable to have a
shared template among them, but I urge you to do this split first. It
will also make debugging much easier for individual hosts.
Second: use fully qualified hostnnames for the host targets, to avoid
confusion about which host you're actually backing up. I've seen too
many sites that have "www.example.com", "www.office.example.com",
"www.offsite.example.com" to trust the resolution of short hostnames
to avoid confusion.
Third: try the relevant rsync commands from the command line of your
rsnapshot server, speaking directly to "swordfish" or other hosts that
reported issues. I'm particularly wondering if there is some funky,
malformed rsync wrapper enabled in the authorized_keys associated with
the rsnapshot process.
I am trying to get rsnapreport to work and I am getting some weird results.
It must be a config problem, but I am not sure what to change in the config
file.
I have this in my cron file -
50 23 * * * /usr/bin/rsnapshot daily 2>&1 | tee -a
/var/log/rsnapshot.log | /usr/local/bin/rsnapreport.pl | /usr/bin/mail -s
First step is to segregate those dumps to be differentIt must be a config problem, but I am not sure what to change in the config
file.
I have this in my cron file -
50 23 * * * /usr/bin/rsnapshot daily 2>&1 | tee -a
/var/log/rsnapshot.log | /usr/local/bin/rsnapreport.pl | /usr/bin/mail -s
rsnapshot.conf.[hostname] configurations for different backup targets,
in different rsnapshot directories, because as is if *one* backup host
fails then rsnapshot fails for all of them. It's reasonable to have a
shared template among them, but I urge you to do this split first. It
will also make debugging much easier for individual hosts.
Second: use fully qualified hostnnames for the host targets, to avoid
confusion about which host you're actually backing up. I've seen too
many sites that have "www.example.com", "www.office.example.com",
"www.offsite.example.com" to trust the resolution of short hostnames
to avoid confusion.
Third: try the relevant rsync commands from the command line of your
rsnapshot server, speaking directly to "swordfish" or other hosts that
reported issues. I'm particularly wondering if there is some funky,
malformed rsync wrapper enabled in the authorized_keys associated with
the rsnapshot process.
My rsnapshot.config has verbose 5 and loglevel 4. I tried verbose 3 and all
I got was errors no stats data.
Also in rsnapshot.config my backup points are
# SWORDFISH (Internent connected machine)
# TSUNAMI (local network machine)
# LOCALHOST
backup /etc/ localhost/
backup /home/ localhost/
backup /root/ localhost/
backup /opt/ localhost/
backup /var/www/ localhost/
backup /var/log/ localhost/
backup /var/local/ localhost/
SOURCE TOTAL FILES FILES TRANS TOTAL MB
MB TRANS LIST GEN TIME FILE XFER TIME
--------------------------------------------------------------------------------------------------------------------
/home/ 59 N/A 0.00
0.00 0.001 seconds 0.000 seconds
/opt/ 1 N/A 0.00
0.00 0.001 seconds 0.000 seconds
/root/ 432 N/A 0.00
0.00 0.001 seconds 0.000 seconds
/var/local/ 2 N/A 0.00
0.00 0.001 seconds 0.000 seconds
/var/log/ 406 N/A 0.00
0.00 0.001 seconds 0.000 seconds
/var/www/ 159 N/A 0.00
0.00 0.001 seconds 0.000 seconds
is 2 N/A 0.00
0.00 0.001 seconds 0.000 seconds
swordfish:/home/ 17 N/A 0.00
0.00 0.001 seconds 0.000 seconds
swordfish:/opt/ 125 N/A 0.00
0.00 0.001 seconds 0.000 seconds
swordfish:/root/ 47 N/A 0.00
0.00 0.001 seconds 0.000 seconds
tsunami:/opt/ 41 N/A 0.00
0.00 0.001 seconds 0.000 seconds
tsunami:/root/ 34 N/A 0.00
0.00 0.001 seconds 0.000 seconds
tsunami:/var/log 469 N/A 0.00
0.00 0.001 seconds 0.000 seconds
tsunami:/var/www 11 N/A 0.00
0.00 0.001 seconds 0.000 seconds
ERRORS
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
/etc/ NO STATS DATA
The rsnapshot.log. Does not show any errors. I believe the "is" entries come
from the "is uptodate" entry on most of the entries in the log.
[2016-12-20T02:11:54]
home/mark/AndroidStudioProjects/RocketFinder/app/build/intermediates/classes/debug/biz/phillipsmarketing/android/rocketfinder/database/dao/EngineDAO.class
is uptodate
Are the ERRORS entries normal for the rsnapreport output? I don't think the
errors are real as they seem to be related to the "is" entries. Is there a
config file entry that will remove these entries?
Why do the following entries have NO STATS DATA, whereas the other
And then on the localhost, but not the other localhost entries?
/etc/ NO STATS DATA
What am I missing in my config file that may be contributing to these issues
in the report?
I would sent the rsnapshot.log just for last night, but it is 250 MB! I have
attached my config file and excludes file.
Thanks,
Mark
------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/intel
_______________________________________________
rsnapshot-discuss mailing list
https://lists.sourceforge.net/lists/listinfo/rsnapshot-discuss
I got was errors no stats data.
Also in rsnapshot.config my backup points are
# SWORDFISH (Internent connected machine)
# TSUNAMI (local network machine)
# LOCALHOST
backup /etc/ localhost/
backup /home/ localhost/
backup /root/ localhost/
backup /opt/ localhost/
backup /var/www/ localhost/
backup /var/log/ localhost/
backup /var/local/ localhost/
SOURCE TOTAL FILES FILES TRANS TOTAL MB
MB TRANS LIST GEN TIME FILE XFER TIME
--------------------------------------------------------------------------------------------------------------------
/home/ 59 N/A 0.00
0.00 0.001 seconds 0.000 seconds
/opt/ 1 N/A 0.00
0.00 0.001 seconds 0.000 seconds
/root/ 432 N/A 0.00
0.00 0.001 seconds 0.000 seconds
/var/local/ 2 N/A 0.00
0.00 0.001 seconds 0.000 seconds
/var/log/ 406 N/A 0.00
0.00 0.001 seconds 0.000 seconds
/var/www/ 159 N/A 0.00
0.00 0.001 seconds 0.000 seconds
is 2 N/A 0.00
0.00 0.001 seconds 0.000 seconds
swordfish:/home/ 17 N/A 0.00
0.00 0.001 seconds 0.000 seconds
swordfish:/opt/ 125 N/A 0.00
0.00 0.001 seconds 0.000 seconds
swordfish:/root/ 47 N/A 0.00
0.00 0.001 seconds 0.000 seconds
tsunami:/opt/ 41 N/A 0.00
0.00 0.001 seconds 0.000 seconds
tsunami:/root/ 34 N/A 0.00
0.00 0.001 seconds 0.000 seconds
tsunami:/var/log 469 N/A 0.00
0.00 0.001 seconds 0.000 seconds
tsunami:/var/www 11 N/A 0.00
0.00 0.001 seconds 0.000 seconds
ERRORS
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
is NO STATS DATA
/etc/ NO STATS DATA
The rsnapshot.log. Does not show any errors. I believe the "is" entries come
from the "is uptodate" entry on most of the entries in the log.
[2016-12-20T02:11:54]
home/mark/AndroidStudioProjects/RocketFinder/app/build/intermediates/classes/debug/biz/phillipsmarketing/android/rocketfinder/database/dao/EngineDAO.class
is uptodate
Are the ERRORS entries normal for the rsnapreport output? I don't think the
errors are real as they seem to be related to the "is" entries. Is there a
config file entry that will remove these entries?
Why do the following entries have NO STATS DATA, whereas the other
And then on the localhost, but not the other localhost entries?
/etc/ NO STATS DATA
What am I missing in my config file that may be contributing to these issues
in the report?
I would sent the rsnapshot.log just for last night, but it is 250 MB! I have
attached my config file and excludes file.
Thanks,
Mark
------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/intel
_______________________________________________
rsnapshot-discuss mailing list
https://lists.sourceforge.net/lists/listinfo/rsnapshot-discuss