Arkadaşlar test için ssh'dan elle
sh /root/backup.sh
yapıyorum
Fakat şöyle bir hata alıyorum ve yedekleme yapmıyor ?
Bir fikriniz var mı ?
----------------------------------------------------------------
Fri Feb 13 22:32:42 EET 2015
Yedekleme başlıyor...Traceback (most recent call last):
File "/usr/bin/duplicity", line 1404, in <module>
with_tempdir(main)
File "/usr/bin/duplicity", line 1397, in with_tempdir
fn()
File "/usr/bin/duplicity", line 1273, in main
sync_archive(decrypt)
File "/usr/bin/duplicity", line 1025, in sync_archive
remlist = globals.backend.list()
File "/usr/lib/python2.7/dist-packages/duplicity/backends/webdavbackend.py", line 186, in list
filename = self.__taste_href(href)
File "/usr/lib/python2.7/dist-packages/duplicity/backends/webdavbackend.py", line 202, in __taste_href
"%s -> %s" % (raw_filename, filename))
File "/usr/lib/python2.7/dist-packages/duplicity/log.py", line 82, in Debug
Log(s, DEBUG)
File "/usr/lib/python2.7/dist-packages/duplicity/log.py", line 74, in Log
_logger.log(DupToLoggerLevel(verb_level), s.decode("utf8", "ignore"))
File "/usr/lib/python2.7/encodings/utf_8.py", line 16, in decode
return codecs.utf_8_decode(input, errors, True)
UnicodeEncodeError: 'ascii' codec can't encode characters in position 56-57: ordinal not in range(128)Kodum :
duplicity --timeout 600 --exclude-other-filesystems --no-encryption /var/www/vhosts/sitem.com/public_html/_tmp/ webdavs://genctarik034@yandex.com:123456@webdav.yandex.com/
şöyle bir öneri var