Package: backuppc
Version: 3.3.0-2
Severity: important

Dear Maintainer,

I've got a problem when i try to backup a windows 7 french host, when this one 
got special character in "BackupFilesOnly" path.
I use to do that the web interface.
here is an example of a host which works fine : 

$Conf{RsyncShareName} = [
  '/cygdrive/c/Users/user1/'
];
$Conf{BackupFilesOnly} = {
  '/cygdrive/c/Users/user1/' => [
    'Messagerie',
    'Data'
  ]
};

In this example, everything works fine, only Messagerie and Data are saved and 
not the entire "/cygdrive/c/Users/user1/" directory.


here is an example of a host which does not works fine : 
If the directory to save is /cygdrive/c/Users/user2/Données/    (note the 
accent)

$Conf{BackupFilesOnly} = {
  '/cygdrive/c/Users/user2/Données/' => [
    'Messagerie'
  ]
};
$Conf{RsyncShareName} = [
  "/cygdrive/c/Users/user2/Donn\x{e9}es/"
];

then the entire "/cygdrive/c/Users/user2/Données/" directory is saved, it seems 
that BackupFilesOnly directive is not used


-- System Information:
Debian Release: 8.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 3.16.0-4-686-pae (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages backuppc depends on:
ii  adduser                       3.113+nmu3
ii  apache2 [httpd]               2.4.10-10+deb8u3
ii  apache2-mpm-worker [httpd]    2.4.10-10+deb8u3
ii  apache2-utils                 2.4.10-10+deb8u3
ii  bzip2                         1.0.6-7+b3
ii  debconf [debconf-2.0]         1.5.56
ii  dpkg                          1.17.26
ii  iputils-ping                  3:20121221-5+b2
ii  libarchive-zip-perl           1.39-1
ii  libc6                         2.19-18+deb8u1
pn  libcompress-zlib-perl         <none>
ii  libtime-modules-perl          2013.1113-2
ii  libwww-perl                   6.08-1
ii  perl [libdigest-md5-perl]     5.20.2-3+deb8u1
ii  samba-common-bin              2:4.1.17+dfsg-2+deb8u1
ii  smbclient                     2:4.1.17+dfsg-2+deb8u1
ii  ssmtp [mail-transport-agent]  2.64-8
ii  tar                           1.27.1-2+b1
ii  ucf                           3.0030

Versions of packages backuppc recommends:
ii  libfile-rsyncp-perl          0.70-1.1+b1
ii  libio-dirent-perl            0.05-1+b2
ii  openssh-client [ssh-client]  1:6.7p1-5
ii  rrdtool                      1.4.8-1.2
ii  rsync                        3.1.1-3

Versions of packages backuppc suggests:
pn  par2               <none>
ii  w3m [www-browser]  0.5.3-19

-- Configuration Files:
/etc/backuppc/config.pl bfde4d3d06afcb9a335f47e3dcacd90d [Errno 2] Aucun 
fichier ou dossier de ce type: u'/etc/backuppc/config.pl 
bfde4d3d06afcb9a335f47e3dcacd90d'
/etc/backuppc/hosts changed [not included]
/etc/backuppc/localhost.pl changed [not included]

-- debconf information excluded

Reply via email to