Alexander Moisseev
2013-02-11 11:25:17 UTC
Some patches for BackupPC 3.2.1:
- Lib.pm, Text.pm: fix deprecated usage of qw(...) as parentheses
patch-lib-BackupPC-Lib.pm
patch-lib-BackupPC-Storage-Text.pm
Use of qw(...) as parentheses deprecated since perl 5.14
http://perldoc.perl.org/perl5140delta.html#Use-of-qw%28...%29-as-parentheses
Symptoms - error messages:
"Use of qw(...) as parentheses is deprecated at /usr/share/backuppc/lib/BackupPC/Storage/Text.pm line 302."
"Use of qw(...) as parentheses is deprecated at /usr/share/backuppc/lib/BackupPC/Lib.pm line 1413."
http://sourceforge.net/mailarchive/forum.php?thread_name=20432.43867.560494.330449%40consult.pretender&forum_name=backuppc-users
- config.pl: remove "-N" smbclient option
patch-conf-config.pl
Beginning with version 3.2.3, smbclient has stopped passing the backup user's password to authenticate with Window's LAN Manager, causing backups and restores to fail when the -N flag is specified.
Symptoms:
Get a "tree connect failed: NT_STATUS_ACCESS_DENIED" error with the -N option.
http://sourceforge.net/mailarchive/forum.php?thread_name=4C9A642E.9070509%40free.fr&forum_name=backuppc-users
- BackupPC_zipCreate: fix filenames encoding in Zip archives
patch-bin-BackupPC_zipCreate
Related documentation patches:
patch-doc-BackupPC.html
patch-doc-BackupPC.pod
Details:
http://sourceforge.net/mailarchive/forum.php?thread_name=4DDC94A6.4020901%40mezonplus.ru&forum_name=backuppc-devel
- CGI: add "Code page" option to restore Zip archive form (English only)
patch-lib-BackupPC-CGI-Restore.pm
patch-lib-BackupPC-Lang-en.pm
--
Alexander
- Lib.pm, Text.pm: fix deprecated usage of qw(...) as parentheses
patch-lib-BackupPC-Lib.pm
patch-lib-BackupPC-Storage-Text.pm
Use of qw(...) as parentheses deprecated since perl 5.14
http://perldoc.perl.org/perl5140delta.html#Use-of-qw%28...%29-as-parentheses
Symptoms - error messages:
"Use of qw(...) as parentheses is deprecated at /usr/share/backuppc/lib/BackupPC/Storage/Text.pm line 302."
"Use of qw(...) as parentheses is deprecated at /usr/share/backuppc/lib/BackupPC/Lib.pm line 1413."
http://sourceforge.net/mailarchive/forum.php?thread_name=20432.43867.560494.330449%40consult.pretender&forum_name=backuppc-users
- config.pl: remove "-N" smbclient option
patch-conf-config.pl
Beginning with version 3.2.3, smbclient has stopped passing the backup user's password to authenticate with Window's LAN Manager, causing backups and restores to fail when the -N flag is specified.
Symptoms:
Get a "tree connect failed: NT_STATUS_ACCESS_DENIED" error with the -N option.
http://sourceforge.net/mailarchive/forum.php?thread_name=4C9A642E.9070509%40free.fr&forum_name=backuppc-users
- BackupPC_zipCreate: fix filenames encoding in Zip archives
patch-bin-BackupPC_zipCreate
Related documentation patches:
patch-doc-BackupPC.html
patch-doc-BackupPC.pod
Details:
http://sourceforge.net/mailarchive/forum.php?thread_name=4DDC94A6.4020901%40mezonplus.ru&forum_name=backuppc-devel
- CGI: add "Code page" option to restore Zip archive form (English only)
patch-lib-BackupPC-CGI-Restore.pm
patch-lib-BackupPC-Lang-en.pm
--
Alexander