Results 1 to 3 of 3

Thread: Duplicity and network folders?

  1. #1
    Join Date
    May 2010
    Beans
    10

    Duplicity and network folders?

    Hi everybody,

    I just installed Duplicity on Ubuntu and got everything working. However, when I try to backup a network samba-connected windows drive, The following occurs:

    Code:
    Backup source directory /smb:/windowscomputer/harddrive/folder does not exist.
    Here's how it's formatted in my backup.sh script:
    Code:
    duplicity --full-if-older-than 14D --encrypt-key=XXXXXXX --sign-key=XXXXXXX smb://windowscomputer/harddrive/folder s3+http://myS3BUCKET
    What can I do to make this work? I'm kinda stuck right now. Thanks!

  2. #2
    Join Date
    Jan 2010
    Location
    opposing reality (VIC AU)
    Beans
    990
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Duplicity and network folders?

    Sounds like you need to mount it using /etc/fstab - have a look at this post and be aware that the user 'root' can be replaced with the username you usually use to access this share and you will have to put your password in plaintext into the file as well.

    Some programs won't play with samba if the share isn't mounted - this is gotten around in gnome by use of a special folder ~/.gvfs but that only has a mounted reference to the share after the user has used nautilus to mount it.

    You should probably have a squiz at http://ubuntuforums.org/showthread.php?t=283131 if you will use /etc/fstab to get your job done.
    NEED HELP? | [SOLVED] | MS hide
    A little nonsense now and then...
    .
    If this is a game thread and you are going to post I hope you have read the Original Post.

  3. #3
    Join Date
    May 2010
    Beans
    10

    Re: Duplicity and network folders?

    Quote Originally Posted by robsoles View Post
    Sounds like you need to mount it using /etc/fstab - have a look at this post and be aware that the user 'root' can be replaced with the username you usually use to access this share and you will have to put your password in plaintext into the file as well.

    Some programs won't play with samba if the share isn't mounted - this is gotten around in gnome by use of a special folder ~/.gvfs but that only has a mounted reference to the share after the user has used nautilus to mount it.

    You should probably have a squiz at http://ubuntuforums.org/showthread.php?t=283131 if you will use /etc/fstab to get your job done.
    Hi! That made the trick Thanks a lot!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •