Hello All,
I am aware that this must be the nth time (n>100) that somebody writes about
rsnapshot and disk space used. Thus, I am the n+1th 'don't know how to
configure it properly' user of the tool. I apologize. The tool is valuable
and works fine and I'd like to continue to use it.
========================================
Here my question:
When you see this output on my console
$>cat /etc/redhat-release
Scientific Linux SL release 5.0 (Boron)
$>
$> uname -r
2.6.18-8.1.8.el5
$>
$> rsnapshot version
rsnapshot 1.3.0
$>
$> rsnapshot du
8.6G /mnt/usbHdd/Backups/rsnapshot_root/hourly.0/
8.6G /mnt/usbHdd/Backups/rsnapshot_root/hourly.1/
8.6G /mnt/usbHdd/Backups/rsnapshot_root/hourly.2/
8.6G /mnt/usbHdd/Backups/rsnapshot_root/hourly.3/
8.6G /mnt/usbHdd/Backups/rsnapshot_root/daily.0/
8.6G /mnt/usbHdd/Backups/rsnapshot_root/daily.1/
8.6G /mnt/usbHdd/Backups/rsnapshot_root/daily.2/
8.6G /mnt/usbHdd/Backups/rsnapshot_root/daily.3/
8.6G /mnt/usbHdd/Backups/rsnapshot_root/daily.4/
7.9G /mnt/usbHdd/Backups/rsnapshot_root/daily.5/
7.9G /mnt/usbHdd/Backups/rsnapshot_root/daily.6/
7.6G /mnt/usbHdd/Backups/rsnapshot_root/weekly.0/
101G total
$>
$>rsnapshot-diff /mnt/usbHdd/Backups/rsnapshot_root/hourly.0/
/mnt/usbHdd/Backups/rsnapshot_root/hourly.1 /
Comparing /mnt/usbHdd/Backups/rsnapshot_root/hourly.1/ to
/mnt/usbHdd/Backups/rsnapshot_root/hourly.0/
Between /mnt/usbHdd/Backups/rsnapshot_root/hourly.1/ and
/mnt/usbHdd/Backups/rsnapshot_root/hourly.0/:
14447 were added, taking 9078530704 bytes;
14447 were removed, saving 9078528533 bytes;
$>
$>
What am I doing wrong that rsnapshot doesn't generate hard links between the
different directories, but creates every time a new copy?
========================================
Here some config details:
$> crontab -e
outputs
0 */6 * * * /usr/bin/rsnapshot sync && /usr/bin/rsnapshot
hourly
30 23 * * * /usr/bin/rsnapshot daily
00 23 * * 7 /usr/bin/rsnapshot weekly
30 22 1 * * /usr/bin/rsnapshot monthly
and the essentials in /etc/rsnapshot.conf are
config_version 1.2
snapshot_root /mnt/usbHdd/Backups/rsnapshot_root/
no_create_root 1
interval hourly 4
interval daily 7
interval weekly 4
interval monthly 6
du_args -csh
link_dest 1
sync_first 1
#use_lazy_deletes 0
The GNU utils like df are installed.
Thanks for any help,
Andy
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
rsnapshot-discuss mailing list
rsnapshot-discuss < at > lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rsnapshot-discuss
