duplicity-talk
[Top][All Lists]
Advanced

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

Re: [Duplicity-talk] symlinks


From: Darik Horn
Subject: Re: [Duplicity-talk] symlinks
Date: Wed, 10 Dec 2008 11:03:27 -0600

> In other words, I plug in my usb at home, and the usb is mapped to 
> /cygdrive/f  I plug it in at work and it's mapped to /cygdrive/h
> 
> I had hoped that I could just pass a drive letter parameter into my 
> script, have a symlink (say /backup/usb) remapped to the proper drive, 

You're probably running:

  $ duplicity /backup/usb  [...]

You'll probably get the desired result by doing this instead:

  $ cd /backup/usb
  $ duplicity ./  [...]

--
Darik Horn <address@hidden>






reply via email to

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