I have two filegroups on this database. I want to move one of the
filegroups to server b that has the same database as server a.
I am truncating the logs on checkpoint on both databases on the two
servers.
I was planning to uncheck 'truncating log on checkpoint' on server a.
Then do filegroup backup.
Uncheck 'truncating log on checkpoint' on server b
Do restore of filegroup from the backup

Then set the truncate option back to yes.
Will I run into any problems.....