Displaying 4 results from an estimated 4 matches for "lightandshadow".
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.
2016 Jun 19
0
rsync script for snapshot backups
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.
> After creating the initial full backup, the following backups should only contain "new data" and the rest will be referenced via hard...
2016 Jun 19
1
rsync script for snapshot backups
Am 19.06.2016 um 19:27 schrieb Simon Hobson:
> 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.
>> After creating the initial full backup, the following backups should only contain "new data" and the rest will be referenc...
2016 Jun 20
1
rsync script for snapshot backups
...tarting 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.
>> After creating the initial full backup, the following backups should only contain "new data" and the rest will be referenc...