duplicity-talk
[Top][All Lists]
Advanced

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

Re: [Duplicity-talk] Duplicity with FAT32 backup disk


From: Kenneth Loafman
Subject: Re: [Duplicity-talk] Duplicity with FAT32 backup disk
Date: Tue, 27 Jan 2009 13:19:31 -0600
User-agent: Thunderbird 2.0.0.19 (X11/20090105)

Eric Lynch wrote:
> I would like to use duplicity to backup my home directory to a USB
> disk, formatted FAT32.  If I do:
> 
>   duplicity $HOME file:///media/usbdisk/target_dir
> 
> will I run into problems with FAT32's 4 GB file size limit if $HOME is
> larger than 4 GB?  I ask because of the statement on the duplicity
> home page that says "Duplicity backs directories by producing
> encrypted tar-format volumes...".  Does duplicity create a single tar
> file containing the entire backup?

No, duplicity creates multiple volumes of 5MB each (default), so that's
not a problem.  However, to work with FAT32 file systems, you will need
to use either the option '--short-filenames', or '--time-separator=_'
since the colon in the filenames is illegal on Windows-based
filesystems.  I would suggest the second option for readability.

...Ken


Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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