Project

General

Profile

Daily backup to windows share

Added by purushothaman M over 12 years ago

Hello all,

i am trying to schedule a daily backup of my redmine server running in ubuntu server and store the files into a windows share mounted to the ubuntu server. i am using mysqldump for backup.

i am using the following cmd to take backup "/usr/bin/mysqldump -u redmine -ppass3 redmine | gzip > /mnt/sharetest/redmine_`date +%y_%m_%d`.gz".

i am getting the following error msg : -bash: /mnt/sharetest/redmine_12_01_04.gz: Permission denied. mysqldump: Got errno 32 on write

pls advice,

regards,

purushoth