duplicity-talk
[Top][All Lists]
Advanced

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

Re: [Duplicity-talk] Globbing filelist warning


From: list-christian
Subject: Re: [Duplicity-talk] Globbing filelist warning
Date: Sat, 11 Jun 2016 23:31:16 +0200

Hi there,

I switched to the duply version out of the unstable branch and now had 1.11-1 0 runnig. However at regular backup time I got the error below. Not sure, if just the version switch did this, so just went back to the old version, to see what happens. Will come back as soon as I know.

For reference again the other versions:
duplicity 0.7.07.1
python-boto 2.40.0-1

Regards
  Christian

Log:

Traceback (most recent call last):
  File "/usr/bin/duplicity", line 1539, in <module>
    with_tempdir(main)
  File "/usr/bin/duplicity", line 1533, in with_tempdir
    fn()
  File "/usr/bin/duplicity", line 1371, in main
    action = "">   File "/usr/lib/python2.7/dist-packages/duplicity/commandline.py", line 1116, in ProcessCommandLine
    backup, local_pathname = set_backend(args[0], args[1])
  File "/usr/lib/python2.7/dist-packages/duplicity/commandline.py", line 1005, in set_backend
    globals.backend = backend.get_backend(bend)
  File "/usr/lib/python2.7/dist-packages/duplicity/backend.py", line 223, in get_backend
    obj = get_backend_object(url_string)
  File "/usr/lib/python2.7/dist-packages/duplicity/backend.py", line 209, in get_backend_object
    return factory(pu)
  File "/usr/lib/python2.7/dist-packages/duplicity/backends/_boto_single.py", line 161, in __init__
    self.resetConnection()
  File "/usr/lib/python2.7/dist-packages/duplicity/backends/_boto_single.py", line 183, in resetConnection
    self.conn = get_connection(self.scheme, self.parsed_url, self.storage_uri)
  File "/usr/lib/python2.7/dist-packages/duplicity/backends/_boto_single.py", line 99, in get_connection
    is_secure=(not globals.s3_unencrypted_connection))
  File "/usr/lib/python2.7/dist-packages/boto/storage_uri.py", line 117, in connect
    **connection_args)
  File "/usr/lib/python2.7/dist-packages/boto/s3/connection.py", line 191, in __init__
    validate_certs=validate_certs, profile_name=profile_name)
  File "/usr/lib/python2.7/dist-packages/boto/connection.py", line 569, in __init__
    host, config, self.provider, self._required_auth_capability())
  File "/usr/lib/python2.7/dist-packages/boto/auth.py", line 989, in get_auth_handler
    'Check your credentials' % (len(names), str(names)))
NoAuthHandlerFound: No handler was ready to authenticate. 1 handlers were checked. ['S3HmacAuthV4Handler'] Check your crede$
03:30:03.659 Task 'BKP' failed with exit code '30'.
 
 
On 10.06.2016 12:34, edgar.soldin--- via Duplicity-talk wrote:
On 10.06.2016 12:09, Christian via Duplicity-talk wrote:
Hi,
for the versions:
duplicity 0.7.07.1
duply 1.5.10-1 <- Yes, I am using duply sorry for confusing it. 
Is there
an extra mailing list?
nope, duply has no own ml

The command line I generate is: 
duplicity --name 'duply_profile' --encrypt-key 40XXXXXX --sign-key
40XXXXXX --verbosity '4'
--include-filelist /etc/duply/profile/filelist.txt --s3-use-new-style
--s3-european-buckets --full-if-older-than 6M --volsize 100
--exclude-globbing-filelist '/etc/duply/profile/exclude' '/'
's3://s3-eu-central-1.amazonaws.com/xxx'

You can see, that it uses the --exclude-globbing-filelist. However it is
not activated in the config.
it's activated by default, even when empty. simply update to latest greatest duply 1.11.3 and you should be set.

..ede/duply.net

_______________________________________________
Duplicity-talk mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/duplicity-talk

 

reply via email to

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