duplicity-talk
[Top][All Lists]
Advanced

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

[Duplicity-talk] Problem with "wb" mode on a FAT32 partition


From: Marcin Zajączkowski
Subject: [Duplicity-talk] Problem with "wb" mode on a FAT32 partition
Date: Sat, 07 Apr 2007 15:23:44 +0200
User-agent: Thunderbird 1.5.0.9 (X11/20070102)

Hi,


I tried to use Duplicity to backup my profiles, but I have problem
probably related with a type of partition (FAT32). Duplicity is unable
to create any file (IOError: invalid mode: wb).

Simple backup command on a local file system with a verbosity set to 9.


(...)
Getting delta of (('profiles', 'default', 'vcard')
psi/profiles/default/vcard dir) and None
Generating delta - new file: profiles/default/vcard
Selecting psi/psirc
Comparing ('psirc',) and None
Getting delta of (('psirc',) psi/psirc reg) and None
Generating delta - new file: psirc
Writing
/mnt/dosf/Mozilla/psi/psi-duplicity/duplicity-full.2007-04-06T21:36:31+02:00.vol1.difftar.gpg
Traceback (most recent call last):
  File "/usr/bin/duplicity", line 373, in ?
    if __name__ == "__main__": main()
  File "/usr/bin/duplicity", line 366, in main
    if not sig_chain: full_backup(col_stats)
  File "/usr/bin/duplicity", line 142, in full_backup
    bytes_written = write_multivol("full", tarblock_iter, globals.backend)
  File "/usr/bin/duplicity", line 89, in write_multivol
    backend.put(tdp, dest_filename)
  File "/usr/lib/python2.4/site-packages/duplicity/backends.py", line
235, in put
    target_path.writefileobj(source_path.open("rb"))
  File "/usr/lib/python2.4/site-packages/duplicity/path.py", line 496,
in writefileobj
    fout = self.open("wb")
  File "/usr/lib/python2.4/site-packages/duplicity/path.py", line 448,
in open
    else: result = open(self.name, mode)
IOError: invalid mode: wb


duplicity-0.4.2
librsync-0.9.7

Is it possible to write backup on a FAT32 partition?


Regards
Marcin

P.S. This message could be duplicated, because I resent it when a post
that had been sent by Gmane didn't appear after 12 hours.





reply via email to

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