Backing up Redmine
Added by Em Dangla about 16 years ago
Hi!
Everytime I try to backup my Redmine attachments through this command:
rsync -a /path/to/redmine/files /path/to/backup/files
To be exact:
rsync -a C:\Program Files\BitNami Redmine Stack\redmine\files C:\backup
An error message will occur. It says that:
The source and destination cannot both be remote.
rsync error: syntax or usage error (code 1) at main.c(1136) [receiver=3.0.4]
What should I do?
Thanks a lot!
Replies (2)
RE: Backing up Redmine - Added by Jean-Philippe Lang about 16 years ago
Maybe:
rsync -a "C:\Program Files\BitNami Redmine Stack\redmine\files" C:\backup
RE: Backing up Redmine - Added by Amit Aggarwal over 15 years ago
Can you please share the command to backup DB also ? I have installed redmine on windows machine usint BITNAMI stack.