search for: larry_irwin

Displaying 2 results from an estimated 2 matches for "larry_irwin".

2016 Jun 20
1
rsync script for snapshot backups
...nd, in my environment, the 10 copies take about 4 times the space of a single copy. (we do complete copies of linux servers - starting from /) If there's a good spot to post the scripts, I'd be glad to put them up. -- Larry Irwin Cell: 864-525-1322 Email: lrirwin at alum.wustl.edu Skype: larry_irwin About: http://about.me/larry_irwin On 06/19/2016 01:27 PM, Simon Hobson wrote: > Dennis Steinkamp <dennis at lightandshadow.tv> wrote: > >> i tried to create a simple rsync script that should create daily backups from a ZFS storage and put them into a timestamp folder. >> A...
2016 Jun 19
5
rsync script for snapshot backups
Hey guys, i tried to create a simple rsync script that should create daily backups from a ZFS storage and put them into a timestamp folder. After creating the initial full backup, the following backups should only contain "new data" and the rest will be referenced via hardlinks (-link-dest) This was at least a simple enough scenario to achieve it with my pathetic scripting skills.