duplicity-talk
[Top][All Lists]
Advanced

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

Re: [Duplicity-talk] Duplicity + SSH - SFTP


From: eleanor
Subject: Re: [Duplicity-talk] Duplicity + SSH - SFTP
Date: Mon, 27 Jun 2011 23:43:14 +0200

1) I don't have --use-scp option in my duplicity. The duplicity version is:
  [ebuild   R   ] app-backup/duplicity-0.6.06  USE="-s3" 0 kB


2) Yes I know about sftp, but if I enable sftp for users, they won't
be able to login normally via ssh - but only with sftp, which is very
limited (and I don't want that). So the second option is not possible.

How can I get the --use-scp option. My options are:
duplicity version 0.6.06 running on linux2.
Usage:
    duplicity [full|incremental] [options] source_dir target_url
    duplicity [restore] [options] source_url target_dir
    duplicity verify [options] source_url target_dir
    duplicity collection-status [options] target_url
    duplicity list-current-files [options] target_url
    duplicity cleanup [options] target_url
    duplicity remove-older-than time [options] target_url
    duplicity remove-all-but-n-full count [options] target_url

Backends and their URL formats:
    cf+http://container_name
    file:///some_dir
    ftp://user[:address@hidden:port]/some_dir
    hsi://user[:address@hidden:port]/some_dir
    imap://user[:address@hidden:port]/some_dir
    rsync://user[:address@hidden:port]::/module/some_dir
    rsync://user[:address@hidden:port]/relative_path
    rsync://user[:address@hidden:port]//absolute_path
    s3://other.host/bucket_name[/prefix]
    s3+http://bucket_name[/prefix]
    scp://user[:address@hidden:port]/some_dir
    ssh://user[:address@hidden:port]/some_dir
    tahoe://alias/directory
    webdav://user[:address@hidden/some_dir
    webdavs://user[:address@hidden/some_dir

Commands:
    cleanup <target_url>
    collection-status <target_url>
    full <source_dir> <target_url>
    incr <source_dir> <target_url>
    list-current-files <target_url>
    restore <target_url> <source_dir>
    remove-older-than <time> <target_url>
    remove-all-but-n-full <count> <target_url>
    verify <target_url> <source_dir>

Options:
    --allow-source-mismatch
    --archive-dir <path>
    --asynchronous-upload
    --dry-run
    --encrypt-key <gpg-key-id>
    --exclude <shell_pattern>
    --exclude-device-files
    --exclude-filelist <filename>
    --exclude-filelist-stdin
    --exclude-globbing-filelist <filename>
    --exclude-other-filesystems
    --exclude-regexp <regexp>
    --extra-clean
    --file-to-restore <path>
    --full-if-older-than <time>
    --force
    --ftp-passive
    --ftp-regular
    --gio
    --gpg-options
    --include <shell_pattern>
    --include-filelist <filename>
    --include-filelist-stdin
    --include-globbing-filelist <filename>
    --include-regexp <regexp>
    --log-fd <fd>
    --log-file <filename>
    --name <backup name>
    --no-encryption
    --no-print-statistics
    --null-separator
    --num-retries <number>
    --old-filenames
    --s3-european-buckets
    --s3-use-new-style
    --scp-command <command>
    --sftp-command <command>
    --sign-key <gpg-key-id>
    --ssh-askpass
    --ssh-options
    --short-filenames
    --tempdir <directory>
    --timeout <seconds>
    -t<time>, --time <time>, --restore-time <time>
    --time-separator <char>
    --use-agent
    --version
    --volsize <number>
    -v[0-9], --verbosity [0-9]
    Verbosity must be one of: digit [0-9], character [ewnid],
    or word ['error', 'warning', 'notice', 'info', 'debug'].
    The default is 4 (Notice).  It is strongly recommended
    that verbosity level is set at 2 (Warning) or higher



reply via email to

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