[clug] Deduping backups from more than one workstation?

Kim Holburn kim at holburn.net
Sat Nov 12 00:42:50 MST 2011


There's an option for rsync that does it.  Something like:

rsync  -av --link-dest=DIR  src/dir/ new/dir/

You can make rsync do something very similar to time machine.  Only possibly better - comparing with several directories.  It uses hard links instead of copies.

On 2011/Nov/12, at 5:08 PM, Michael Still wrote:

> Hi.
> 
> I have a backup scheme which involves my workstations rsyncing
> themselves to a server. At the moment there is one directory per
> workstation. However, this is kind of painful because the workstations
> have many duplicate files (source repositories, OS files, etc).
> 
> So, how do other people solve this problem? Is there some fancy pants
> filesystem which can handle having duplicates of many files while only
> storing them once?
> 
> Thanks,
> Mikal
> -- 
> linux mailing list
> linux at lists.samba.org
> https://lists.samba.org/mailman/listinfo/linux

-- 
Kim Holburn
IT Network & Security Consultant
T: +61 2 61402408  M: +61 404072753
mailto:kim at holburn.net  aim://kimholburn
skype://kholburn - PGP Public Key on request 





More information about the linux mailing list