Hallo, Helmut,
So the logrotating takes now 45 minutes
Rsync takes almost 2 hours
So the problem is still rsync
One small hope: maybe the next run is quicker - the very first run may
need more time than all the following runs.
No I didn't delete the backup so I was not the first run
Maybe your configuration with one *.conf for many servers and one backup
directory for all the backups makes the problems ...
I prefer one separate directory for every machine. p.e.
/srv/backup1/
/srv/backup2/
I have for every server a own .conf file
/extern1 and /extern2 are hardware raid
ARC-1261-VOL#00 Raid Set # 00 Raid6 4000.
Holding 10 * 500 Gb sata disks
Server1.conf /extern2/server1
Server2.conf /extern2/server2
server3.conf /extern1/server3
server4.conf /extern1/server4
server5.conf /extern1/server5
calling it with crontab
01 18,2,10 * * * root /usr/local/bin/rsnapshot -c
/etc/rsnapshot.config/server1.conf hourly 2>&1 |
/usr/local/bin/rsnapreport.pl | mail -s ...
01 20,4,12 * * * root /usr/local/bin/rsnapshot -c
/etc/rsnapshot.config/server2.conf hourly 2>&1 |
/usr/local/bin/rsnapreport.pl | mail -s ...
01 22,6,14 * * * root /usr/local/bin/rsnapshot -c
/etc/rsnapshot.config/server3.conf hourly 2>&1 |
/usr/local/bin/rsnapreport.pl | mail -s ...
01 0,8,16 * * * root /usr/local/bin/rsnapshot -c
/etc/rsnapshot.config/server4.conf hourly 2>&1 |
/usr/local/bin/rsnapreport.pl | mail -s ...
01 3,11,19 * * * root /usr/local/bin/rsnapshot -c
/etc/rsnapshot.config/server5.conf hourly 2>&1 |
/usr/local/bin/rsnapreport.pl | mail -s ...
But rsync takes so long that I think I have to go for speed and go back to 2
backups a day so there is more time between the crons
Mayby raid is to slow and I have to go for another setup
Can test it by changing one directory to the internal OS disk (raid 1) see
what happens after a couple of runs
Other option is to disable all raid, and manually move daily.X to another
disk for failsave
What is your setup ?
Steffan
------------------------------------------------------------------------------
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of
discussion for anyone considering optimizing the pricing and packaging model
of a cloud services business. Read Now!
http://www.accelacomm.com/jaw/sfnl/114/51491232/
_______________________________________________
rsnapshot-discuss mailing list
rsnapshot-discuss < at > lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rsnapshot-discuss
