duplicity-talk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Duplicity-talk] Re: Support for hard links


From: Edgar Soldin
Subject: Re: [Duplicity-talk] Re: Support for hard links
Date: Sat, 09 Aug 2008 15:04:51 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.0

Hi Daniel,

would you be willing to post the scripts that do this work?

thanks ede
--

Daniel Wallin wrote:
Heiko Scheit wrote:
Hi there,

any idea when duplicity will support hard links?  Or is the
information on the duplicity web page about not supporting hard links
out of date?

This doesn't directly answer your question, but: we use duplicity to
back up a FreeBSD system. Before doing to back up, we find all the hard
links on the file system. We exclude the duplicate hard links using
--exclude-file and keep a list of them in the backup. After a restore,
we use the list to restore the hard links. It's a bit of a hack, but it
seems to work really well for us.



--
public class WhoDidIt{ // A comment. I love comments private static Person sender;

 public static void main (String[] foo){

 sender = new Person();
 sender.setName(new String[]{"Edgar", "Soldin"});

 Address address = new Address();
 address.setStreet("Stadtweg 119");
 address.setZip(39116);
 address.setCity("Magdeburg");
 address.setCountry("Germany");

 sender.setAddress(address);

 sender.setMobilePhone(" +49(0)171-2782880 ");
 sender.setWebSiteUrl(" http://www.soldin.de ");
 sender.setEmail(" address@hidden ");
 sender.setPGPPublicKey(" http://www.soldin.de/edgar_soldin.asc ");
 sender.setGender(true);

 System.out.println(sender.toString());
 }
}





reply via email to

[Prev in Thread] Current Thread [Next in Thread]