An client tried to make an backup and directadmin give message with:
And so on .... that is beacouse DA try to create backup as client username (krpadurari in my case) and that files are 644 chmoded (for security reasons).
I never had this type of problem, and this client made backups for over 4-5 months at my company without any single issue. I think that this comes from an DA upgrade ?
Thank you !
Code:
Error Compressing the backup file backup-Sep-11-2008-2.tar.gz : /bin/tar: domains/fillezone.org/public_html/community/archive/print.css: Cannot stat: Permission denied
/bin/tar: domains/fillezone.org/public_html/community/archive/index.php: Cannot stat: Permission denied
/bin/tar: domains/fillezone.org/public_html/community/archive/screen.css: Cannot stat: Permission denied
/bin/tar: domains/fillezone.org/public_html/community/archive/global.php: Cannot stat: Permission denied
/bin/tar: domains/fillezone.org/public_html/community/jscripts/general.js: Cannot stat: Permission denied
/bin/tar: domains/fillezone.org/public_html/community/jscripts/ncode_imageresizer.js: Cannot stat: Permission denied
/bin/tar: domains/fillezone.org/public_html/community/jscripts/editor.js: Cannot stat: Permission denied
/bin/tar: domains/fillezone.org/public_html/community/jscripts/moo.fx.pack.js: Cannot stat: Permission denied
/bin/tar: domains/fillezone.org/public_html/community/jscripts/moo.fx.js: Cannot stat: Permission denied
/bin/tar: domains/fillezone.org/public_html/community/jscripts/post.js: Cannot stat: Permission denied
/bin/tar: domains/fillezone.org/public_html/community/jscripts/popup_menu.js: Cannot stat: Permission denied
/bin/tar: domains/fillezone.org/public_html/community/jscripts/autocomplete.js: Cannot stat: Permission denied
/bin/tar: domains/fillezone.org/public_html/community/jscripts/prototype.lite.js: Cannot stat: Permission denied
/bin/tar: domains/fillezone.org/public_html/community/jscripts/inline_moderation.js: Cannot stat: Permission denied
/bin/tar: domains/fillezone.org/public_html/community/jscripts/moo.ajax.js: Cannot stat: Permission denied
/bin/tar: domains/fillezone.org/public_html/community/jscripts/inline_edit.js: Cannot stat: Permission denied
And so on .... that is beacouse DA try to create backup as client username (krpadurari in my case) and that files are 644 chmoded (for security reasons).
I never had this type of problem, and this client made backups for over 4-5 months at my company without any single issue. I think that this comes from an DA upgrade ?
Code:
root@Webhosting-Node1:/home/krpadurari/domains/fillezone.org/public_html/community/archive# cat /usr/local/directadmin/data/task.queue
action=backup&select%30=autoresponder&select%31=database&select%31%30=vacation&select%32=domain&select%33=email&select%34=emailsettings&select%35=forwarder&select%36=ftp&select%37=ftpsettings&select%38=list&select%39=subdomain&type=sitebackup&value=krpadurari
root@Webhosting-Node1:/home/krpadurari/domains/fillezone.org/public_html/community/archive#
Thank you !