xtrabackup doesn't handle shell metacharacters
Bug #665308 reported by
Baron Schwartz
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Percona XtraBackup moved to https://jira.percona.com/projects/PXB |
Triaged
|
Wishlist
|
Unassigned | ||
2.0 |
Won't Fix
|
Undecided
|
Unassigned | ||
2.1 |
Triaged
|
Wishlist
|
Unassigned | ||
2.2 |
Triaged
|
Wishlist
|
Unassigned | ||
2.3 |
Triaged
|
Wishlist
|
Unassigned |
Bug Description
This is xtrabackup 1.2:
[baron@ginger 5.1.41]$ xtrabackup --datadir=data --backup --target-
... snip ....
xtrabackup: Error: cannot mkdir 2: ~/test-backup
It should make the backups in my home directory.
Changed in percona-xtrabackup: | |
assignee: | nobody → Valentine Gostev (core-longbow) |
Changed in percona-xtrabackup: | |
importance: | Undecided → Wishlist |
Changed in percona-xtrabackup: | |
status: | Won't Fix → Confirmed |
assignee: | Valentine Gostev (core-longbow) → nobody |
Changed in percona-xtrabackup: | |
status: | Confirmed → Triaged |
tags: | added: low-hanging-fruit |
To post a comment you must log in.
Baron,
tilde is not replaced with $HOME in C code. It should be done separately. If you need to use such paths, please try innobackupex - it works well there.