In Advanced Backup, the Replacement Patterns are not listed for using tokens in the Backup file name. It's only showing the headers (Token, Replacement value).

CommentFileSizeAuthor
#6 920556-6-replacement-patterns.patch547 byteskendouglass

Comments

barobba’s picture

Hi Jmoses, I came across the same problem. You are referring to the file "backup_migrate/includes/profiles.inc" (near line 103).

The replacement patterns are displayed using this call:

theme('token_help', '')

The fix, would be to use this call instead:

theme('token_help', 'global')
decibel.places’s picture

Version: 6.x-2.2 » 6.x-2.3

this fixed it for me too!

dongtian’s picture

Great, thanks

Guido Forks’s picture

Also worked for me, thanks

blb’s picture

Version: 6.x-2.3 » 6.x-2.4

this is still broken in 2.4

kendouglass’s picture

StatusFileSize
new547 bytes

Yes, changing line 103 to:
'#value' => theme('token_help', 'global'),
seems to fix this in v6.x-2.4 as well as 6.x-2.x-dev (2011-Sep-04)

ronan’s picture

Status: Active » Fixed

Committed. Thanks all

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Abhishek Verma’s picture

Thanks.

I was finding some module for this..........